Line sensoe

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
adavidkhowantolim
Date:
Mon Mar 18 11:01:06 2019 +0000
Parent:
0:0d568a5d1348
Commit message:
Line Sensor;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Mar 17 10:05:51 2019 +0000
+++ b/main.cpp	Mon Mar 18 11:01:06 2019 +0000
@@ -12,7 +12,7 @@
     while(1) {
         meas = digital_value.read(); // Converts and read the analog input value (value from 0.0 to 1.0)
 //        meas = meas * 3300; // Change the value to be in the 0 to 3300 range
-        printf("measure = %.3f mV\n", meas);
+        printf("measure = %.3f \n", meas);
         if (meas = 1) { // If the value is greater than 2V then switch the LED on
           led = 1;
         }