Commit Graph

25 Commits

Author SHA1 Message Date
Armin 8558db8b74 ESP32-C3 modifications 2024-03-01 10:43:54 +01:00
Armin 29564e83e1 Removed default value USE_DEFAULT_FEEDBACK_LED_PIN for last parameter of IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin). 2024-02-27 11:14:16 +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 b7592e7586 Fixed SendProntoDemo bug for ESP8266. Closes #1068. 2022-12-24 13:29:38 +01:00
Armin 7892d5c33b Extracted protocol functions used by receive and send to IRProtocol.hpp 2022-11-14 16:44:53 +01:00
Armin 5f5026391b Added TinyIRSender.hpp and MinimalSender example, renamed TinyReceiver.h to TinyIR.h. Added DISABLE_RECEIVER_RESTART_AFTER_SENDING 2022-11-14 15:00:43 +01:00
Armin d51b540cb2 3. parameter of function "void begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin)" is not optional anymore and function is now only available if IR_SEND_PIN is not defined. #1033. 2022-10-19 12:02:13 +02:00
Armin ad4abf825e Internal function checkForRepeatSpaceAndSetFlag() and optimized getProtocolString() 2022-08-31 20:37:53 +02:00
Armin 1eb7ff24b1 Added NEC2 protocol, Improved Magiquest protocol, minor adjustments, renamed sendSamsungRepeat to sendSamsungLGRepeat, added function sendPulseDistanceWidth(), improved repeat detection for some protocols 2022-08-31 12:02:34 +02:00
Armin 91df621500 Open_drain documented 2022-08-17 19:29:01 +02:00
Armin 6f91910f78 Added SAMD51 support 2022-07-29 15:05:17 +02:00
Armin f0546dd0c9 Bumped version to 3.7.0 2022-05-30 17:33:54 +02:00
Armin 3888a3ce68 - Added IrReceiver.restartAfterSend() and inserted it in every send(). Closes #989 2022-05-20 22:25:13 +02:00
Armin 9e1303b9a5 Improved prints 2022-04-09 01:49:40 +02:00
Armin 648fa78cf6 Separated enable flag of send and receive feedback LED. Inspired by PR#970 from luvaihassanali. 2022-02-12 09:32:15 +01:00
Armin 4397e1b36f Closes #962 2022-01-29 13:15:51 +01:00
Armin fb798a5505 RP2040 support 2022-01-27 14:50:33 +01:00
Armin 15a1fbc8d0 Used IR_SEND_PIN to reduce code size and improved send timing for AVR. 2021-11-03 12:20:02 +01:00
Armin c131dcc877 2. phase renamed *.cpp.h to .hpp 2021-10-17 19:34:24 +02:00
Armin e6b39b72df added sendRaw to UnitTest etc. 2021-09-06 23:38:28 +02:00
Armin 248012ea1d ESP8266 support 2021-04-11 02:57:50 +02:00
Armin 269479301d Added Onkyo protocol 2021-04-08 01:51:03 +02:00
Armin 0cfbbcf4c4 Improving mark function 2021-03-22 14:32:09 +01:00
Armin 2ccae65ef6 Implemented feedback for send. Removed decode_results results. Added unit test and fixed LG send bug. MATCH_MARK() etc. now available as matchMark(). Added PinDefinitionsAndMore.h. 2021-03-08 22:00:16 +01:00