copy

Dependencies:   mbed

SYN6288.h

Committer:
brainliang
Date:
2019-11-20
Revision:
2:a2acba0829a8
Parent:
1:8b32bcbc712a

File content as of revision 2:a2acba0829a8:

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