pinebuds/apps/main/led_control.h

7 lines
132 B
C
Raw Normal View History

2023-02-05 01:54:25 -06:00
#pragma once
2023-02-05 01:27:13 -06:00
void LED_statusinit(void);
void startLED_status(int ms);
void stopLED_status(void);
void LED_statusfun(const void *);