mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
15 lines
252 B
C
15 lines
252 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, char* pusrdata);
|
|
unsigned char strtohex(char a, char b);
|
|
|
|
|
|
#endif
|