sample

Fork of ADCandticker_sample by William Marsh

Revision:
2:36c7ac9b8598
Parent:
1:126dd2f5fc2d
--- 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 ;
             }
+          
+            
         }
 
     }