Releases: bengtmartensson/Infrared4Arduino
Version-1.2.2
Fixed bug causing compatibility problems with ESP8266/ESP32.
Version-1.2.1
Fixed Teensy 3.0 support.
Version-1.2.0
Version 1.2.0 constitutes a rather extensive refactoring, in particular regarding memory allocation.
It now uses some of the features of "modern C++" (restricted to C++-11 for Arduino compatibility)
(#16 and #17), like move semantics. For the API user, this means that the duration data
used to call the constructors of IrSequence and IrSignal are to be allocated using new,
and are "moved" into the constructed objects. Also, MicroGirs has been removed.
(The user should use AGirs instead.)
Version-1.1.1
Bugfixes and minor improvements.
Version-1.1.0
Rework of low-level board support. Support of SAM, SAMD processors, Teenex3.1-2, ESP32, ATmega4809, etc.
Version-1.0.6
New example sketch OneButtonRemote, new API functions: IrSender::SendWhile, Pronto::parse(const __FlashStringHelpter) see example/Pronto, IrSequence::readFlash(const microseconds_t*)
Version-1.0.5
Minor fixes.
Version-1.0.4
New function IrReader::getFrequency(). Implemented a missing constructor for IrSignal.
Version-1.0.3
New "example" MicroGirs, a simple Girs server that does not depend on other libraries.
Somewhat improved documentation.
Version 1.0.2
Can now generate Pronto Hex strings.