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:
- 46:7e4c1f2ab76c
- Parent:
- 44:7c932cc5991b
- Child:
- 55:ee80f248919d
diff -r 7c932cc5991b -r 7e4c1f2ab76c main.cpp --- a/main.cpp Wed Jun 15 10:37:50 2016 +0000 +++ b/main.cpp Wed Jun 15 10:55:44 2016 +0000 @@ -74,6 +74,13 @@ int i = 0; + /* UNCOMMENT TO TEST MOTORS + while(1) + pidc.doTestingStuff(10); + */ + + + while(1) { Thread::wait(MAIN_THREAD_DELAY_MS);