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