Dan Rie
/
bertl_klassen
nicht fertig
Revision 1:6b4257695718, committed 2015-05-07
- Comitter:
- d4n1
- Date:
- Thu May 07 11:08:27 2015 +0000
- Parent:
- 0:d35c234f9b7e
- Commit message:
- nicht fertig
Changed in this revision
diff -r d35c234f9b7e -r 6b4257695718 bertl.h --- a/bertl.h Thu May 07 11:07:09 2015 +0000 +++ b/bertl.h Thu May 07 11:08:27 2015 +0000 @@ -1,4 +1,4 @@ -#include "bertl.h" + #include "mbed.h" class Bertl : public ur_Bertl {
diff -r d35c234f9b7e -r 6b4257695718 led_bert.h --- a/led_bert.h Thu May 07 11:07:09 2015 +0000 +++ b/led_bert.h Thu May 07 11:08:27 2015 +0000 @@ -1,4 +1,4 @@ -#include "bertl.h" + #include "mbed.h" class LedBertl : public Bertl {
diff -r d35c234f9b7e -r 6b4257695718 ur_bertl.h --- a/ur_bertl.h Thu May 07 11:07:09 2015 +0000 +++ b/ur_bertl.h Thu May 07 11:08:27 2015 +0000 @@ -1,4 +1,4 @@ -#include "bertl.h" + #include "mbed.h" class ur_Bertl() {