feat: 增加LED状态指示
This commit is contained in:
8
app/by_led.h
Normal file
8
app/by_led.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _BY_LED_H__
|
||||
#define _BY_LED_H__
|
||||
|
||||
extern void by_led_init(void);
|
||||
extern void by_led_warn_blink(void);
|
||||
extern void by_led_info_blink(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user