mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 13:38:14 +08:00
mqtt_server/
This commit is contained in:
14
TC1/mqtt_server/user_function.h
Normal file
14
TC1/mqtt_server/user_function.h
Normal 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
|
||||
Reference in New Issue
Block a user