recover source code

This commit is contained in:
zogodo
2019-09-04 11:06:06 +08:00
parent 3c69d37089
commit 3065ffe5c7
37 changed files with 5016 additions and 22 deletions

14
TC1/user_function.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef __USER_FUNCTION_H_
#define __USER_FUNCTION_H_
#include "mico.h"
#include "MiCOKit_EXT.h"
void user_send( int udp_flag, char *s );
void user_function_cmd_received(int udp_flag,uint8_t *pusrdata);
unsigned char strtohex(char a, char b);
#endif