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: MMA8451Q mbed tsi_sensor
Fork of UTCSBootcamp by
main.cpp
- Committer:
- ccoleman
- Date:
- 2013-08-23
- Revision:
- 4:4233d072b5af
- Parent:
- 0:2010bcffbae0
- Child:
- 9:0ba1973c3bd3
File content as of revision 4:4233d072b5af:
#include "CarAPI.h" int main() { // Initialize necessary components. init(); // Replace the following lines with your code. setDebug(true); turn(-0.5); sleep(0.5); turn(0.5); // End of run. finish(); }