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:
- 11:475b412bbc3c
- Parent:
- 10:1637fce7ef1e
- Child:
- 12:3abb17739c2e
--- a/main.cpp Tue Nov 19 15:09:24 2019 +0000
+++ b/main.cpp Tue Nov 19 15:15:50 2019 +0000
@@ -209,12 +209,10 @@
PWMB.write(0.0f);
time();
}
-
- PWMA.write(0.0f);
- PWMB.write(0.0f);
timer.stop();
break;
}
- wait(500);
+ PWMA.write(0.0f);
+ PWMB.write(0.0f);
}
\ No newline at end of file