Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HALLFX_ENCODER Motor RPCInterface mbed
Car.h
00001 #include "mbed_rpc.h" 00002 00003 void carTurnRight(Arguments *in, Reply *out); 00004 void carTurnLeft(Arguments *in, Reply *out); 00005 void carTurn(Arguments *in, Reply *out); 00006 void carMoveForwardDistance(Arguments *in, Reply *out); 00007 void carMoveBackwardDistance(Arguments *in, Reply *out); 00008 void carStop(); 00009 void carResetEncoders();
Generated on Fri Jul 22 2022 20:15:54 by
1.7.2