合并提交

This commit is contained in:
zogodo
2019-09-16 01:45:13 +08:00
parent 3065ffe5c7
commit a4bba1ffb3
17 changed files with 709 additions and 772 deletions

View File

@@ -4,12 +4,13 @@
#include "mico.h"
#include "MiCOKit_EXT.h"
#include "micokit_ext.h"
extern void user_led_set(char x);
extern void key_init(void);
extern void user_relay_set(unsigned char x,unsigned char y );
extern void user_relay_set_all( char y );
extern bool relay_out( void );
void user_led_set(char x);
void key_init(void);
void user_relay_set(unsigned char x,unsigned char y );
void user_relay_set_all( char y );
bool relay_out( void );
char* get_socket_status();
#endif