Commit Graph

8 Commits

Author SHA1 Message Date
Armin 2c2be06431 Bumped TinyIR version to 2.1.0 2024-02-15 13:37:36 +01:00
Buzzerb 483aaa2cc3
Add ExtendedNEC support to TinyIRSender and move NEC2 to arguments (#1202)
* Add ExtendedNEC support to TinyIRSender and move NEC2 from flag to argument

Added ExtendedNEC support to TinyIRSender. Also redesigned TinyIRSender's handling of sending NEC2 repeats from a compile time flag to an argument in the send functions for NEC variants, as per discussion #1201. Modified the example script TinySender to support these changes/additions and fix a bug. Finally updated/made consistent some comments across various files and the README.

Updated TinySender.ino to send using (almost*) all protocols simultaneously to demonstrate usage of TinyIRSender, as suggested in #1202 . Users can delete or comment out unneeded protocols. *(Not all combinations of NEC2 are demonstrated for brevity).
2024-02-15 13:00:20 +01:00
Armin 36403d810b TinyIR 2024-01-08 11:59:21 +01:00
Armin f80a7df244 TinyReceiver 2.0 2023-11-02 23:39:36 +01:00
Armin 114cbf335b Version 4.1.0 2023-02-27 14:21:41 +01:00
Armin 920fa30303 Version 1.2.0 of TinyIR. Closes #1097 2023-02-21 22:40:44 +01:00
Armin c22345d091 Changed the first parameter of printTinyReceiverResultMinimal() to &Serial. 2023-02-12 00:48:14 +01:00
Armin 83387a8493 Added SAMSUNG48 protocol and sendSamsung48() function. 2022-12-27 16:59:32 +01:00