m3pi_test
Dependents: Line_Trace_No_collision_Light_control_longer_dis
Fork of m3pi by
Diff: m3pi.cpp
- Revision:
- 9:dc632667ae24
- Parent:
- 7:9b128cebb3c2
--- a/m3pi.cpp Thu May 12 13:26:37 2011 +0000 +++ b/m3pi.cpp Wed Feb 08 15:47:13 2017 +0000 @@ -194,6 +194,9 @@ return(_ser.getc()); } +void m3pi::play(void){ + _ser.putc(DO_PLAY); + }