sample

Fork of ADCandticker_sample by William Marsh

Files at this revision

API Documentation at this revision

Comitter:
Ivone
Date:
Thu Feb 08 17:44:38 2018 +0000
Parent:
1:126dd2f5fc2d
Commit message:
adc Lab3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 126dd2f5fc2d -r 36c7ac9b8598 main.cpp
--- a/main.cpp	Wed Jan 24 21:55:43 2018 +0000
+++ b/main.cpp	Thu Feb 08 17:44:38 2018 +0000
@@ -9,6 +9,7 @@
 AnalogIn ain(A0) ;          // Analog input
 DigitalOut led1(LED_RED);   // Red LED
 
+
 Serial pc(USBTX, USBRX); // tx, rx, for debugging
 
 // Message type
@@ -73,6 +74,8 @@
                 pc.printf(vstring) ;
                 counter = 0 ;
             }
+          
+            
         }
 
     }