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.
Revision 49:6ebde58afad3, committed 2019-06-02
- Comitter:
- gorazdko
- Date:
- Sun Jun 02 12:16:38 2019 +0000
- Parent:
- 48:4ac030bc2910
- Commit message:
- release
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jun 02 09:52:57 2019 +0000 +++ b/main.cpp Sun Jun 02 12:16:38 2019 +0000 @@ -41,14 +41,16 @@ int main() { - wait(1); // if (myButton) + wait(1); + + myServo.pulsewidth_us(MAX); //NB in microseconds + wait(3); - - while (1) { + if (myButton) { @@ -66,7 +68,7 @@ wait_ms(25); } - // wait(1); + wait(1);