Files
tinyUSB/examples/device/usbtmc/src/main.h

6 lines
70 B
C

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