Skip to content

Commit

Permalink
Added changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMiCa committed Feb 8, 2020
1 parent 8665573 commit 7f8e69c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions changelog.txt
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.

0 comments on commit 7f8e69c

Please sign in to comment.