guowenxue
2019-07-30 c6dff0f738ecd7b1d8f7857dbf3b49fb23ee9b29
mqttd/hal/hal.h
@@ -34,6 +34,8 @@
   LED_MAX,
};
int hal_init(hwconf_t *conf);
extern int hal_init(hwconf_t *conf);
extern void turn_relay(int cmd);
extern int turn_led(int which, int cmd);
#endif   /* ----- #ifndef _HAL_H_  ----- */