Guo Wenxue
2022-09-21 fbbb2d0b2aba4ddc42651096b20dd4a7ca4a33f2
modules/c/relay.c
@@ -21,7 +21,7 @@
#define ON              1
#define OFF             0
/* Relay    #Pin(29)    BCM(5) */
/* Relay    #Pin(29)    GPIO05(BCM 5)  */
#define relay_pin       5
int turn_relay(int cmd);