tt808.h 365 B

12345678910111213141516171819202122232425262728293031323334
  1. #ifndef __TT808_H
  2. #define __TT808_H
  3. #include "main.h"
  4. char *bin2hex(char *hex, const unsigned char *bin, int size);
  5. int hex2bin(unsigned char *bin, const char *hex);
  6. void tt808FsFunc(uint8_t xxt[], uint8_t xxtlength, uint16_t XXID);
  7. void MIPURCHandle(void);
  8. void ReMIPURC(void);
  9. void time_bj(void);
  10. void ReU4Proces(void);
  11. #endif /*__TT808_H*/