Releases: LuisMiCa/IRsmallDecoder
Releases · LuisMiCa/IRsmallDecoder
IRsmallDecoder v1.2.1
- 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
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
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
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.