Version for FZ420ZI

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

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Thu Oct 10 13:52:33 2019 +0000
Parent:
3:36ab439835c7
Child:
5:09b2e4c3659e
Commit message:
spelling error

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Sep 18 14:44:20 2019 +0000
+++ b/main.cpp	Thu Oct 10 13:52:33 2019 +0000
@@ -44,7 +44,7 @@
         //Hardware debug to verify this is working
         led2 = !led2;
         
-        //Displauy the sample in HEX
+        //Display the sample in HEX
         pc.printf("ADC Value: %X\n", sample16);
         //Wait for 20 characters to clear 
         wait(0.0014);