tts.h 212 B

1234567891011
  1. #ifndef __TTS_H_
  2. #define __TTS_H_
  3. #include "main.h"
  4. #include "datatype.h"
  5. void cmdTTSHandler(T_UINT8 *data, T_UINT16 len);
  6. PT_THREAD (ptTTSTask(pt_timer_t *ptPool, struct pt *pt));
  7. void tts_stop(void);
  8. #endif