Task 4.4.2

Fork of Task442 by Nicholas Outram

Revision:
3:22fb972026c5
Parent:
2:5914bea4068e
Child:
4:2c20353c0656
diff -r 5914bea4068e -r 22fb972026c5 main.cpp
--- 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