Skip to content

Releases: IRMP-org/IRMP

Added MinimalReceiver example.

24 Aug 22:24
Compare
Choose a tag to compare
3.1.1

Version 3.1.1 Added MinimalReceiver example

IRAM attribute etc., RF_MEDION protocol + minor fixes

21 Aug 20:04
Compare
Choose a tag to compare
  • Added RF_MEDION protocol
  • IRAM attribute etc.
  • Fixed bug irmp_init used instead of irsnd_init
  • New function irmp_print_active_protocols().
  • Use timer3 for ESP32.
  • Fix missing check for LED pin == 0.
  • Merged upstream v3.2.2 + IRMP_ENABLE_RELEASE_DETECTION.
  • Dynamic pin for feedback LED added.

Support of RF (433MHz) remotes, MegaAVR (ATmega4809) support

09 Jul 07:28
Compare
Choose a tag to compare
  • Support of RF (433MHz) remotes. 2 protocols Generic 24 bit format and X10 format added.
  • MegaAVR (ATmega4809) support.
  • Added IRMP_IRSND_ALLOW_DYNAMIC_PINS and irmp_init(PinNumber) and irsnd_init(PinNumber)to allow pin selection at runtime.
  • Support more protocols simultaneously on 32 bit CPUs.

Minor improvements

07 Jun 01:19
Compare
Choose a tag to compare
  • Improved pin layout.
  • Fixed bug with stm32duino 1.9.
  • Version number.
  • Blink13 -> LEDFeedback.

Apollo3 platform

29 Apr 14:26
Compare
Choose a tag to compare
  • Supported Apollo3 platform.
  • Fixed DigisparkPro bug.

Supported SAMD platform

22 Apr 11:53
Compare
Choose a tag to compare
  • Supported SAMD platform.
  • IRSND enabled for non AVR platforms.

Added IR send fuctionality (IRSND)

06 Apr 07:47
Compare
Choose a tag to compare
  • Added IR send fuctionality (IRSND).
  • Use TIMER2_COMPB_vect to be compatible with tone() library.
  • No longer required to call initPCIInterrupt() manually if IRMP_ENABLE_PIN_CHANGE_INTERRUPT is set.
  • Separated code for timer to IRTimer.cpp.h.
  • Separated code for Pin change interrupt to irmpPinChangeInterrupt.cpp.h.
  • Fixed wrong pin numbers for BluePill.

Fixed bugs introduced in 1.2.1

29 Feb 14:46
Compare
Choose a tag to compare
1.2.2

Version 1.2.2 Fixed bugs introduced in 1.2.1

Bug fixing, documentation, ATtiny support

28 Feb 12:11
Compare
Choose a tag to compare
  • Bug for AVR architecture fixed.
  • ATtiny85 + ATtiny167 support for ATTinyCore and Digistump core.
  • Support for "Generic STM32F1 series" from STM32 Boards from STM32 cores of Arduino Board manager.

Porting to stm32

17 Dec 10:28
Compare
Choose a tag to compare

Porting to PluePill