Files
zTC1/TC1/mqtt_server/user_function.h
2020-02-17 15:25:48 +08:00

15 lines
249 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 UserFunctionCmdReceived2(int udp_flag, char* pusrdata);
unsigned char StrToHex(char a, char b);
#endif