Files
zTC1/TC1/user_function.h
Zip c3262fd0e5 add:增加ota功能
add:增加bin文件
2019-03-25 11:05:59 +08:00

15 lines
256 B
C

#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