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 Timer by
Diff: Map/Objectif/objectif.cpp
- Revision:
- 70:d70a6db1f635
- Parent:
- 66:47353c8122de
- Child:
- 75:195dd2bb13a3
diff -r 1b257fb65281 -r d70a6db1f635 Map/Objectif/objectif.cpp
--- a/Map/Objectif/objectif.cpp Thu May 05 01:29:35 2016 +0000
+++ b/Map/Objectif/objectif.cpp Thu May 05 03:22:43 2016 +0000
@@ -31,9 +31,9 @@
}
bool objectif::obj_bloc_action () {
- /* Range : 0 -> 10 (cm). pince.home remet à 0 */
+ /* Range : 0 -> 100 (mm). pince.home remet à 0 */
pince->home();
- pince->setPos(3,0,0);
+ pince->setPos(30,0,0);
}
bool objectif::obj_para_action() {
