Task 4.4.2

Fork of Task442 by Nicholas Outram

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Thu Oct 10 13:52:12 2019 +0000
Parent:
3:22fb972026c5
Child:
5:6e92769a3ed8
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:31:51 2019 +0000
+++ b/main.cpp	Thu Oct 10 13:52:12 2019 +0000
@@ -32,7 +32,7 @@
         //Shift right 4 bits (this is a 12bit ADC) & store in static global variable
         sample16 = POT_ADC_In.read_u16() >> 4;
         
-        //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);