7Robot_Freescale / Mbed 2 deprecated freescal_cup_k22f

Dependencies:   mbed freescal_cup_k22f

Dependents:   freescal_cup_k22f

Revision:
29:e7f37f801c93
Parent:
26:a836e62e0c98
--- a/source/Gestion_Moteur.cpp	Wed Jan 21 18:19:56 2015 +0000
+++ b/source/Gestion_Moteur.cpp	Tue Jan 27 11:53:40 2015 +0000
@@ -89,6 +89,8 @@
         led_green=1;
         Pwm_moteur_1.period_us(100);
         Pwm_moteur_2.period_us(100);
+        Pwm_moteur_1.write(0);
+        Pwm_moteur_2.write(0);
         //
 }