QAQ ==!

Dependencies:   mbed QEI-1 nRF24L01P xiugai

SYN6288.h

Committer:
zhangyx
Date:
2019-11-29
Revision:
12:741de117e1ee
Parent:
9:d03b1af2b8d8

File content as of revision 12:741de117e1ee:

#ifndef SYN6288_MODULE_
#define SYN6288_MODULE_
#include "mbed.h"
#include "string.h"
#include <string>
void voice_play(const std::string &value, Serial* ser);
#endif