- Added support for MagiQuest IR wands
- corrected keywords.txt.
- BoseWave protocol added PR #690.
- Formatting comply to the new stylesheet.
- Renamed "boarddefs.h" ISSUE #375.
- Renamed SEND_PIN to IR_SEND_PIN.
- Renamed state macros.
- Enabled DUTY_CYCLE for send signal.
- Added sending for ESP32.
- Changed rawlen from uint8_t to unsigned int allowing bigger receive buffer and renamed RAWBUF to RAW_BUFFER_LENGTH.
- Introduced USE_NO_CARRIER for simulating an IR receiver.
Changes from #283 by bengtmartensson - Added function sendRaw_P() for sending data from flash.
Changes from #268 by adamlhumphreys - Optimized by reducing floating point operations as suggested by @madmalkav (#193)
- Optimized with macros when using default MICROS_PER_TICK and TOLERANCE
- Made decodeHash as a settable protocol defined by DECODE_HASH