File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1515
1616#ifndef My_IRremote_h
1717#define My_IRremote_h
18+ // ARM benutzt die normale IRremote Bibliothek
19+ #ifndef __arm__
1820
1921// The following are compile-time library options.
2022// If you change them, recompile the library.
@@ -126,3 +128,5 @@ class IRsend
126128#define MARK_EXCESS 100
127129
128130#endif
131+
132+ #endif
Original file line number Diff line number Diff line change 1717
1818#ifndef My_IRremoteint_h
1919#define My_IRremoteint_h
20+ #ifndef __arm__
2021
2122#if defined(ARDUINO ) && ARDUINO >= 100
2223#include <Arduino.h>
@@ -515,3 +516,4 @@ extern volatile irparams_t irparams;
515516#endif
516517
517518#endif
519+ #endif
Original file line number Diff line number Diff line change 180180#include " IRTranslatorMooncandles.h"
181181#include " IRTranslatorLunartec.h"
182182#include " IRTranslatorCLT.h"
183+ // Der Teenys hat 256k Flash und kein Problem mit der großen Orginal Bibliothek
184+ #ifdef __arm__
185+ #include < IRremote.h>
186+ #endif
187+
183188#include " MyIRremote.h"
184189#include " MyRTC.h"
185190#include " TeensyRTC.h"
You can’t perform that action at this time.
0 commit comments