Skip to content

Releases: bengtmartensson/Infrared4Arduino

Version-1.2.2

22 Aug 16:01
Version-1.2.2
9f4afdb
Compare
Choose a tag to compare

Fixed bug causing compatibility problems with ESP8266/ESP32.

Version-1.2.1

30 May 08:52
Version-1.2.1
aabc761
Compare
Choose a tag to compare

Fixed Teensy 3.0 support.

Version-1.2.0

11 Feb 09:42
Version-1.2.0
7fac29f
Compare
Choose a tag to compare

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

11 Feb 09:39
Version-1.1.1
a397534
Compare
Choose a tag to compare

Bugfixes and minor improvements.

Version-1.1.0

03 Apr 11:37
Version-1.1.0
41f1ce2
Compare
Choose a tag to compare

Rework of low-level board support. Support of SAM, SAMD processors, Teenex3.1-2, ESP32, ATmega4809, etc.

Version-1.0.6

08 Jul 10:13
Compare
Choose a tag to compare

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

03 Jul 11:09
Compare
Choose a tag to compare

Minor fixes.

Version-1.0.4

17 Aug 14:15
Compare
Choose a tag to compare

New function IrReader::getFrequency(). Implemented a missing constructor for IrSignal.

Version-1.0.3

11 Aug 10:42
Compare
Choose a tag to compare

New "example" MicroGirs, a simple Girs server that does not depend on other libraries.

Somewhat improved documentation.

Version 1.0.2

11 May 17:28
Compare
Choose a tag to compare

Can now generate Pronto Hex strings.