mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-22 14:26:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e12557b813 | ||
|
|
98d6a2cf3f |
@@ -17,8 +17,8 @@
|
|||||||
// Whynter A/C ARC-110WD added by Francesco Meschia
|
// Whynter A/C ARC-110WD added by Francesco Meschia
|
||||||
//******************************************************************************
|
//******************************************************************************
|
||||||
|
|
||||||
#ifndef boarddefs_h
|
#ifndef IRremoteBoardDefs_h
|
||||||
#define boarddefs_h
|
#define IRremoteBoardDefs_h
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Defines for blinking the LED
|
// Defines for blinking the LED
|
||||||
@@ -545,4 +545,4 @@
|
|||||||
# error "Internal code configuration error, no known IR_USE_TIMER# defined\n"
|
# error "Internal code configuration error, no known IR_USE_TIMER# defined\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // ! boarddefs_h
|
#endif // ! IRremoteBoardDefs_h
|
||||||
@@ -108,6 +108,6 @@ EXTERN volatile irparams_t irparams;
|
|||||||
#define SPACE 1
|
#define SPACE 1
|
||||||
|
|
||||||
// All board specific stuff has been moved to its own file, included here.
|
// All board specific stuff has been moved to its own file, included here.
|
||||||
#include "boarddefs.h"
|
#include "IRremoteBoardDefs.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
## 2.2.2 - 2017/01/20
|
## 2.2.2 - 2017/01/20
|
||||||
|
- Renamed "boarddefs.h" [ISSUE #375](https://github.com/z3t0/Arduino-IRremote/issues/375)
|
||||||
- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
|
- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
|
||||||
|
|
||||||
## 2.2.1 - 2016/07/27
|
## 2.2.1 - 2016/07/27
|
||||||
|
|||||||
Reference in New Issue
Block a user