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
Diff: main.cpp
- Revision:
- 26:fa8a8fa175cb
- Parent:
- 25:033263cf832c
- Child:
- 27:e103da412e2b
--- a/main.cpp Thu Jun 06 12:39:55 2019 +0000 +++ b/main.cpp Thu Jun 06 13:22:25 2019 +0000 @@ -37,7 +37,7 @@ switch(etat) { case AVANCE: - robot.avance(2500); + robot.avance(); if( automate_arretUrgence(robot) ) etat = ARRET_URGENCE; break;