mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 13:38:14 +08:00
recover source code
This commit is contained in:
14
TC1/user_function.h
Normal file
14
TC1/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,uint8_t *pusrdata);
|
||||
unsigned char strtohex(char a, char b);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user