-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
IRsmallDecoder | ||
============== | ||
|
||
Release 1.1.0 - 08/02/2020 | ||
-------------------------- | ||
* Added SAMSUNG protocol (old standard) | ||
* Added SAMSUNG32 protocol | ||
* Added Samsung example sketch | ||
* Added support for ATtiny 24/44/84/25/45/85 | ||
|
||
|
||
Release 1.0.0 - 24/01/2020 | ||
-------------------------- | ||
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 signalization is standardized; | ||
* Signal tolerances are very loose; | ||
* SRAM and Flash memory usage is low; | ||
* No timers required; | ||
* Uses one hardware interrupt. |