Task 4.4.2
Fork of Task442 by
Revision 3:22fb972026c5, committed 2019-09-18
- Comitter:
- noutram
- Date:
- Wed Sep 18 14:31:51 2019 +0000
- Parent:
- 2:5914bea4068e
- Child:
- 4:2c20353c0656
- Commit message:
- 2019; Fixed sampling rate issue
Changed in this revision
--- a/main.cpp Tue Feb 13 11:49:20 2018 +0000
+++ b/main.cpp Wed Sep 18 14:31:51 2019 +0000
@@ -34,6 +34,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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Wed Sep 18 14:31:51 2019 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- a/mbed.bld Tue Feb 13 11:49:20 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://os.mbed.com/users/mbed_official/code/mbed/builds/7130f322cb7e \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Wed Sep 18 14:31:51 2019 +0000
@@ -0,0 +1,3 @@
+{
+ "requires": ["bare-metal"]
+}
\ No newline at end of file
