guowenxue
2021-11-03 bb068ec50b18f1c88b22364ac092061caaa58900
modules/c/led.c
@@ -9,9 +9,9 @@
 *
 *                 LED     #PIN        BCM
 *                  I ----  39  ----   GND
 *                  G ----  37  ----   26
 *                  R ----  35  ----   19
 *                  B ----  33  ----   13
 *                  G ----  37  ----   GPIO26
 *                  R ----  35  ----   GPIO19
 *                  B ----  33  ----   GPIO13
 *                 
 *        Version:  1.0.0(2012/11/03)
 *         Author:  Guo Wenxue <guowenxue@gmail.com>
@@ -71,7 +71,7 @@
}
#if 1 /* Use libgpiod lowlevel API */
#if 0 /* Use libgpiod lowlevel API */
struct gpiod_chip* chip;