programme course avec menu amélioré

Dependencies:   MMA8451Q mbed

Fork of Programme_course by Freescale_Cachan

Revision:
1:000a03402c6e
Parent:
0:3ec7fc598e48
--- a/shield.cpp	Thu Jan 26 07:37:45 2017 +0000
+++ b/shield.cpp	Wed Feb 01 13:41:24 2017 +0000
@@ -66,4 +66,5 @@
         KP += ((pot2.read()+1)*100); 
     }
     VIT /= 10;
+    pc.printf("VIT=%d\nKP=%d\n",VIT,KP);                                    //ici
 }