QAQ ==!

Dependencies:   mbed QEI-1 nRF24L01P xiugai

SYN6288.h

Committer:
AlexQian
Date:
2019-12-14
Revision:
15:934289377f7a
Parent:
12:741de117e1ee

File content as of revision 15:934289377f7a:

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