mqtt_server/

This commit is contained in:
zogodo
2019-12-04 22:10:56 +08:00
parent 50f0d79e03
commit 286812fc84
12 changed files with 13 additions and 13 deletions

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, char* pusrdata);
unsigned char strtohex(char a, char b);
#endif