Andrew Chen
/
RPC_Serial
serial settings for zumocrawler
Fork of RPC_Serial by
Revision 2:188bfc221aad, committed 2014-06-20
- Comitter:
- ajc
- Date:
- Fri Jun 20 20:53:26 2014 +0000
- Parent:
- 1:de34af25056a
- Commit message:
- mbed rpc for zumocrawler
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 24 15:15:44 2010 +0000 +++ b/main.cpp Fri Jun 20 20:53:26 2014 +0000 @@ -2,6 +2,8 @@ #include "rpc.h" Serial pc(USBTX, USBRX); int main() { + + pc.baud(115200); // setup the classes that can be created dynamically Base::add_rpc_class<AnalogIn>(); Base::add_rpc_class<AnalogOut>();