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: Encoder mbed HIDScope Servo MODSERIAL
Fork of chessRobot by
Diff: main.cpp
- Revision:
- 96:f0ae582fa3e1
- Parent:
- 81:71e7e98deb2c
- Child:
- 98:25528494287d
--- a/main.cpp Wed Oct 21 10:13:10 2015 +0000 +++ b/main.cpp Thu Oct 22 07:16:59 2015 +0000 @@ -25,6 +25,9 @@ double motorCall = 0.01; // set motor frequency global so it can be used for speed. int main(){ + while(1){ + redLed.write(1); greenLed.write(0); blueLed.write(0); +} motorInit(); calibrateMotors(); // start calibration procedure