Example project

Dependencies:   PM2_Libary Eigen

Revision:
42:d2d2db5974c9
Parent:
40:924bdbc33391
--- a/IRSensor.h	Wed May 11 09:44:25 2022 +0200
+++ b/IRSensor.h	Sat May 14 15:27:12 2022 +0200
@@ -21,7 +21,7 @@
                 IRSensor(AnalogIn& distance, DigitalOut& bit0, DigitalOut& bit1, DigitalOut& bit2, int number);
         virtual ~IRSensor();
         float   read();
-                // operator float();
+                //operator float();
         
     private: