Skip to content

Releases: LuisMiCa/IRsmallDecoder

IRsmallDecoder v1.2.1

30 Jan 19:05
Compare
Choose a tag to compare
  • Increased NEC/NECx decoder tolerances (issue #6)
    • NEC tolerances are now, at least, 28.6%
    • If you tried this library with a NEC/NECx remote and it didn't work, please try again with this new version.
  • Added NEC protocol timing charts to the extras folder
  • Improved the debugging features

IRsmallDecoder v1.2.0

16 Jan 18:26
Compare
Choose a tag to compare

New features

  • Added the dataAvailable() overload method
  • Added methods to enable/disable the decoder

Notable code changes

  • Fixed the possibility of needlessly dismissed codes (issue #5)
  • Improved the NEC/NECx and SIRC12/15 decoders (small improvement)
  • Formatted the code in a more normalized way

Notable documentation changes

  • Corrected and added code comments
  • Corrected and updated the documentation
  • Added an example for the enable/disable methods
  • Improved some of the examples

IRsmallDecoder v1.1.0

08 Feb 16:02
Compare
Choose a tag to compare

New features:

  • Added SAMSUNG protocol (old standard)
  • Added SAMSUNG32 protocol
  • Added Samsung example sketch
  • Added support for ATtiny 24/44/84/25/45/85

IRsmallDecoder v1.0.0

24 Jan 23:29
Compare
Choose a tag to compare

This is the first public release version

Main features:

  • NEC, RC5 and SIRC protocols are supported;
  • IR Codes' data is separated;
  • Unwanted initial repetitions are ignored;
  • Held keys are signalized by a boolean variable;
  • Signal tolerances are very loose;
  • SRAM and Flash memory usage is low;
  • No timers required;
  • Uses one hardware interrupt.