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.
Diff: main.cpp
- Revision:
- 18:da2e22a3b09a
- Parent:
- 17:db154d50ab1f
- Child:
- 19:c3d287239c9c
--- a/main.cpp Sat May 02 12:41:42 2020 +0000 +++ b/main.cpp Sat May 02 13:00:50 2020 +0000 @@ -1,4 +1,4 @@ - #include "mbed.h" + #include "mbed.h" #include "C12832.h" #include "moteur.h" #include "emissionIR.h" @@ -47,6 +47,11 @@ } /******************************************************************************/ +enum Machine_A_Etat +{ + Depart,Navigation,Arrivee,Evitement,Rotation +}; + int main() { lcd.cls(); lcd.locate(32,16);