Antonia Baumgartner / Mbed 2 deprecated Versuch21

Dependencies:   mbed

Fork of Versuch20 by Alexander Wyss

Revision:
5:64d7b4b69fdf
Parent:
0:b886f13e4ac6
--- a/Classes/IRSensorGF.h	Tue May 01 11:42:38 2018 +0000
+++ b/Classes/IRSensorGF.h	Sat May 12 12:49:18 2018 +0000
@@ -4,17 +4,18 @@
 #include <cstdlib>
 #include <mbed.h>
 
-class IRSensorGF {
-    
+class IRSensorGF
+{
+
 public:
     IRSensorGF(AnalogIn& distance);
-    
+
     virtual ~IRSensorGF();
     int read();
-    
+
 private:
     AnalogIn& distance;
 
 };
 
-#endif /* IR_SENSORGF_H_ */ 
\ No newline at end of file
+#endif /* IR_SENSORGF_H_ */
\ No newline at end of file