Files
zTC1/TC1/mqtt_server/user_function.h
2020-02-16 10:24:39 +08:00

15 lines
248 B
C

#ifndef __USER_FUNCTION_H_
#define __USER_FUNCTION_H_
#include "mico.h"
#include "micokit_ext.h"
void UserSend(int udp_flag, char *s);
void UserFunctionCmdReceived(int udp_flag, char* pusrdata);
unsigned char StrToHex(char a, char b);
#endif