9 lines
123 B
C
9 lines
123 B
C
#ifndef __APP_LED_H__
|
|
#define __APP_LED_H__
|
|
|
|
void app_led_marquee(void);
|
|
|
|
void app_led_change_style_disable(void);
|
|
|
|
#endif
|