pinebuds/apps/main/led_control.h

9 lines
172 B
C
Raw Normal View History

2023-02-05 01:27:13 -06:00
#ifndef LED_CONTROL_H_
#define LED_CONTROL_H_
void LED_statusinit(void);
void startLED_status(int ms);
void stopLED_status(void);
void LED_statusfun(const void *);
#endif