add:增加user_config版本,不同时初始化user_config

add:定时开关功能(未测试)
This commit is contained in:
Zip
2019-01-29 17:08:20 +08:00
parent 882b4bb0a8
commit 1608a20279
5 changed files with 65 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
extern void user_led_set(char x);
extern void key_init(void);
extern void user_relay_set( char x, char y );
#endif