-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchangelog.txt
44 lines (36 loc) · 1.25 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
IRsmallDecoder
==============
v1.2.1 (2022-01-30)
-------------------
* Increased the NEC/NECx decoder tolerances (issue #6)
* Added NEC protocol timing graphs to extras folder
* Improved the debugging features
v1.2.0 (2022-01-16)
-------------------
* Added the dataAvailable() overload method
* Added methods to enable/disable the decoder
* Added an example for the enable/disable methods
* Fixed the possibility of needlessly dismissed codes (issue #5)
* Improved the NEC/NECx and SIRC12/15 decoders (small improvement)
* Improved some of the examples
* Formatted the code in a more normalized way
* Corrected and added code comments
* Corrected and updated the documentation
v1.1.0 (2020-02-08)
-------------------
* Added SAMSUNG protocol (old standard)
* Added SAMSUNG32 protocol
* Added Samsung example sketch
* Added support for ATtiny 24/44/84/25/45/85
v1.0.0 (2020-01-24)
-------------------
This is the first public release
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