
Program to show how to drive the m3pi using RPC commands over the serial port
Diff: main.cpp
- Revision:
- 4:291770676b56
- Parent:
- 2:1f604c2aa261
--- a/main.cpp Sun Nov 07 10:52:45 2010 +0000 +++ b/main.cpp Thu May 12 15:29:39 2011 +0000 @@ -3,7 +3,7 @@ #include "SerialRPCInterface.h" SerialRPCInterface Interface(USBTX, USBRX); // defaults to 9600 -m3pi m3pi(p23,p9,p10); +m3pi m3pi; int main() {