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.
Fork of Deplacement by
Diff: Deplacement.cpp
- Revision:
- 10:00043b0d1e5e
- Parent:
- 9:832a3d20c4ee
- Child:
- 11:5bc41c46cf28
diff -r 832a3d20c4ee -r 00043b0d1e5e Deplacement.cpp
--- a/Deplacement.cpp Thu Mar 02 12:30:51 2017 +0000
+++ b/Deplacement.cpp Wed Mar 15 15:25:54 2017 +0000
@@ -125,6 +125,12 @@
m3piD.right_motor(-(this->vitesse));
}
+void Deplacement::quartRotation(){
+ m3piD.right(this->vitesse);
+ wait(0.9);
+ m3piD.stop();
+}
+
