LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-21 1e32814e0bc7ee1eb5b7f64b703f8bd03cba7805
hal/api/led.h
@@ -7,10 +7,10 @@
 *
 *
 * Pin connection:
 *               RGB Led Module           IGKBoard
 *                   R        <----->      #Pin33
 *                   G        <----->      #Pin35
 *                   B        <----->      #Pin37
 *               RGB Led Module           IGKBoard-IMX6ULL
 *                   R        <----->      #Pin36 (GPIO1_IO11)
 *                   G        <----->      #Pin38 (GPIO1_IO10)
 *                   B        <----->      #Pin40 (GPIO5_IO09)
 *                  GND       <----->      GND
 *
 ********************************************************************************/
@@ -31,7 +31,7 @@
    LED_R = 0,
    LED_G,
    LED_B,
    LEDCNT,
    LED_CNT,
};
enum
@@ -74,4 +74,4 @@
/* blink $which led status with $interval ms */
void blink_led(int which, int interval);
#endif   /* ----- #ifndef _LEDS_H_  ----- */
#endif