hal/api/led.h
@@ -5,14 +5,6 @@ * Filename: led.h * Description: This file is used to control RGB 3-colors LED * * * Pin connection: * RGB Led Module IGKBoard * R <-----> #Pin33 * G <-----> #Pin35 * B <-----> #Pin37 * GND <-----> GND * ********************************************************************************/ #ifndef _LED_H_ @@ -31,7 +23,7 @@ LED_R = 0, LED_G, LED_B, LEDCNT, LED_CNT, }; enum @@ -74,4 +66,4 @@ /* blink $which led status with $interval ms */ void blink_led(int which, int interval); #endif /* ----- #ifndef _LEDS_H_ ----- */ #endif