duckietownhsunina / Mbed 2 deprecated example_IR_Sensors

Dependencies:   mbed

Revision:
1:58b121ccca27
Parent:
0:1a9d324dc172
Child:
2:d288340a708d
diff -r 1a9d324dc172 -r 58b121ccca27 main.cpp
--- a/main.cpp	Sat Feb 18 18:49:04 2017 +0000
+++ b/main.cpp	Sun Feb 19 18:24:10 2017 +0000
@@ -3,7 +3,7 @@
 /*
    This basic example just shows how to read the output value of a infrared sensor. In this case we used the sensor avaiable on amazon link
    we want to read the output value as a digital signal , so we can use the InterruptIn to better control the bot.
-    WARNING: it's necessary to calibrate the ir sensor, using the little trimmer on the pcb whith the sensors.
+    WARNING: to catch the target at the right distance it's necessary to calibrate the ir sensor, using the little trimmer on the pcb whith the sensors.
    To calibrate the sensors run the other program
 */