SmartCar-V1/Code/app/inc/app_led.h

12 lines
156 B
C

#ifndef __APP_LED_H__
#define __APP_LED_H__
void app_led_init(void);
// void app_led_marquee(void);
// void app_led_change_style_disable(void);
#endif