Schulaufgabe 21.12.2015

Dependencies:   HCSR

Fork of Bertl by Franz Pucher

Revision:
18:8bfd7ecd2795
Parent:
17:308802267a62
--- a/ur_Bertl.h	Thu Nov 12 19:05:56 2015 +0000
+++ b/ur_Bertl.h	Mon Dec 21 14:30:08 2015 +0000
@@ -167,7 +167,7 @@
     void BlueLedsOFF();         /**< OFF all blue LEDs which are on the same Port 1_28 */   
     void BlueLedsON();          /**< ON all blue LEDs which are on the same Port 1_28 */   
     int Read();
-       bool IsLedOn(const int led);
+    bool IsLedOn(const int led);
 
 };
 /********************************************//**