Guo Wenxue
2022-04-08 4473a603e8e4bb8830cee61b7509e995f6cc0a1a
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);