Version for FZ420ZI

Fork of Task442 by University of Plymouth - Stages 1, 2 and 3

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