Yunhorn_STS_E1/Inc/user_data_process.h

14 lines
171 B
C

#ifndef __USER_DATA_PROCESS_H
#define __USER_DATA_PROCESS_H
void data_process(char *str);
void hex2str(char* hex , char* str );
#endif /* __USER_DATA_PROCESS_H */