GuoWenxue
2022-04-29 8bdd4bb9f08e38b61b47caa5aa50d6912772b289
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);