github Arduino-IRremote/Arduino-IRremote 2.5.0
Major refactoring and extensions.

latest releases: v4.3.1, v4.3.0, v4.2.1...
3 years ago
  • 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

Don't miss a new Arduino-IRremote release

NewReleases is sending notifications on new releases.