Abgabe PE
Dependents: TINF_mbedSimulator_2Leds
Revision 1:980633ae6573, committed 2018-11-15
- Comitter:
- martwerl
- Date:
- Thu Nov 15 18:18:02 2018 +0000
- Parent:
- 0:a68f8dc747e7
- Commit message:
- 2Leds
Changed in this revision
2Leds.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r a68f8dc747e7 -r 980633ae6573 2Leds.h --- 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: