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.
Diff: main.cpp
- Revision:
- 45:200518382f20
- Parent:
- 44:50aa0a0d1222
- Child:
- 46:f7d5c27c09f5
diff -r 50aa0a0d1222 -r 200518382f20 main.cpp
--- a/main.cpp Sun Jun 02 08:56:57 2019 +0000
+++ b/main.cpp Sun Jun 02 09:02:34 2019 +0000
@@ -69,9 +69,14 @@
wait_ms(TIME);
}
-
+ while (!myButton)
+ {
+
myServo.pulsewidth_us(MID); //NB in microseconds
wait_ms(TIME);
+ }
+
+
}