Files
second-movement/tinyusb/examples/device/usbtmc/src/main.h
Joey Castillo 39a5c822a2 add tinyusb
2021-08-28 12:50:18 -04:00

6 lines
70 B
C
Executable File

#ifndef MAIN_H
#define MAIN_H
void led_indicator_pulse(void);
#endif