Abgabe PE

Dependents:   TINF_mbedSimulator_2Leds

Revision:
1:980633ae6573
Parent:
0:a68f8dc747e7
--- a/2Leds.h	Mon Jun 18 17:44:55 2018 +0000
+++ b/2Leds.h	Thu Nov 15 18:18:02 2018 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
- #ifndef TWOLEDS_H
- #define TWOLEDS_H
+#ifndef TWOLEDS_H
+#define TWOLEDS_H
  
 class TwoLeds 
 {
@@ -21,8 +21,8 @@
  
 void printStatus(void) 
 {
-    printf("LED1 ist jetzt: %d\n", _pin1.read());
-    printf("LED2 ist jetzt: %d\n", _pin2.read());
+/*    printf("LED1 ist jetzt: %d\n", _pin1.read());
+    printf("LED2 ist jetzt: %d\n", _pin2.read());*/
 }
     
 private: