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.
Dependencies: mbed ADS1115 StepperMotor SRF05 TPA81new
Revision 32:79d1e5f8e5d2, committed 2019-01-31
- Comitter:
- hisyamfs
- Date:
- Thu Jan 31 12:28:44 2019 +0000
- Parent:
- 29:6b4df1306d21
- Child:
- 33:a45938695baf
- Commit message:
- ir all
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 24 10:49:22 2019 +0000
+++ b/main.cpp Thu Jan 31 12:28:44 2019 +0000
@@ -131,6 +131,7 @@
// pc.printf("%.2f %.2f\n", dist_b2, dist_b3);
// pc.printf(" %.2f\n", dist_b4);
- wait(1);
+ pc.printf("\033[2J\033[H");
+ wait(0.5);
}
}