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: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: main.cpp
- Revision:
- 4:4011a1562a77
- Parent:
- 2:f6ebc225f232
- Child:
- 6:067e999b9c6e
--- a/main.cpp Wed Jun 08 08:57:38 2016 +0000 +++ b/main.cpp Wed Jun 08 13:16:32 2016 +0000 @@ -12,10 +12,11 @@ TemperatureController temperature; MotorController motor; - for(int i = 0; i < 20; i++) - { - motor.test(); - } +// for(int i = 0; i < 20; i++) +// { +// motor.test(); +// motor.test2(); +// } while(1) { printf("%d> ", count);