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_Nucleo_16_bits PwmIn mbed
Fork of TestBoardv2_boussole_pixi by
Diff: main.cpp
- Revision:
- 4:f65b0905e4ce
- Parent:
- 3:3dfe26a10796
- Child:
- 5:4955cb4b3646
--- a/main.cpp Wed May 31 07:57:18 2017 +0000
+++ b/main.cpp Wed May 31 10:10:56 2017 +0000
@@ -461,10 +461,10 @@
Pc.printf ("\r3- Capteurs GP2 (les 4)\n");
Pc.printf ("\r4- Capteurs CNY70 (les 3)\n");
Pc.printf ("\r5- VBAT\n");
- Pc.printf ("\r6- Moteur Gauche -- NON CODE\n");
- Pc.printf ("\r7- Moteur Droit -- NON CODE\n");
+ Pc.printf ("\r6- Moteur Gauche -- NON CODE --\n");
+ Pc.printf ("\r7- Moteur Droit -- NON CODE --\n");
Pc.printf ("\r8- Servomoteur\n");
- Pc.printf ("\r9- Test de la PIXY\n\r");
+ Pc.printf ("\r9- PIXY (CMUCAM5)\n\r");
MENU_choix = Pc.getc ();
} while (((MENU_choix-'0')<1) || ((MENU_choix-'0')>9));
