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 21:3bfff547c5e2, committed 2016-04-19
- Comitter:
- bwang
- Date:
- Tue Apr 19 18:04:19 2016 +0000
- Parent:
- 16:46703e957b30
- Commit message:
- on the butt last night
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 19 05:46:29 2016 +0000
+++ b/main.cpp Tue Apr 19 18:04:19 2016 +0000
@@ -191,7 +191,7 @@
pc.printf("%s\n\r", "THE DENTIST controller Rev. A");
for (;;) {
- pc.printf("%d %f\n\r", state, throttle_scaler);
- wait_ms(100);
+ // pc.printf("%d %f\n\r", state, throttle_scaler);
+ // wait_ms(100);
}
}