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 freescal_cup_k22f
Diff: source/Gestion_Moteur.cpp
- 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);
//
}