QAQ ==!

Dependencies:   mbed QEI-1 nRF24L01P xiugai

Committer:
AlexQian
Date:
Sat Dec 14 05:45:16 2019 +0000
Revision:
15:934289377f7a
Parent:
12:741de117e1ee
Balance_Car;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
zhangyx 9:d03b1af2b8d8 1 #ifndef SYN6288_MODULE_
zhangyx 9:d03b1af2b8d8 2 #define SYN6288_MODULE_
zhangyx 9:d03b1af2b8d8 3 #include "mbed.h"
zhangyx 9:d03b1af2b8d8 4 #include "string.h"
brainliang 7:6f8157c58241 5 #include <string>
zhangyx 12:741de117e1ee 6 void voice_play(const std::string &value, Serial* ser);
zhangyx 9:d03b1af2b8d8 7 #endif
brainliang 7:6f8157c58241 8