canable-fw/Inc/led.h

11 lines
108 B
C

#ifndef _LED_H
#define _LED_H
#define LED_DURATION 50
void led_on(void);
void led_process(void);
#endif