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.
Fork of Task442 by
Diff: main.cpp
- Revision:
- 3:36ab439835c7
- Parent:
- 2:6c9c8dfe36e6
- Child:
- 4:50e9ae883931
diff -r 6c9c8dfe36e6 -r 36ab439835c7 main.cpp
--- a/main.cpp Tue Feb 13 11:39:11 2018 +0000
+++ b/main.cpp Wed Sep 18 14:44:20 2019 +0000
@@ -46,6 +46,8 @@
//Displauy the sample in HEX
pc.printf("ADC Value: %X\n", sample16);
+ //Wait for 20 characters to clear
+ wait(0.0014);
} //end while(1)
} //end main
