guowenxue
2021-11-03 74222910631d9fd5faa4f8795311d8c56a27e1c4
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);