Commit Graph

147 Commits

Author SHA1 Message Date
Armin f5a3af340b Documentation 2024-05-30 00:52:07 +02:00
Armin d781c17620 Documentation 2024-04-24 15:08:41 +02:00
Armin 8558db8b74 ESP32-C3 modifications 2024-03-01 10:43:54 +01:00
Armin 1144c99122 Fixes #1194 2024-01-01 00:12:46 +01:00
Armin f80a7df244 TinyReceiver 2.0 2023-11-02 23:39:36 +01:00
Armin 480ca42b1a Documentation 2023-09-01 12:42:39 +02:00
Armin 5507618f93 Closes #1155 2023-08-07 21:45:57 +02:00
Armin 6251c697fb Fixes #1153 2023-08-05 11:26:17 +02:00
Armin f9cf150cd9 First UNO R4 support 2023-07-28 08:43:00 +02:00
Armin b9e2157d27 Added ARDUINO_ARCH_NRF52 to support Seeed XIAO nRF52840 Sense 2023-07-25 11:05:59 +02:00
Armin e3cdf409d9 Improved ESP32 timer handling 2023-05-30 00:29:54 +02:00
Armin c8c7110ca0 Enable Bang&Olufsen 455 kHz if SEND_PWM_BY_TIMER is defined. 2023-03-29 13:33:34 +02:00
Armin a73851300a Added DECODE_ONKYO, to force 16 bit command and data decoding. 2023-03-29 02:07:26 +02:00
Armin 5bff1adec2 Workaround for old ESP libs 2023-03-25 09:31:20 +01:00
Armin dfdf835f1b Fixed error for Teensy 4.1 2023-03-15 23:01:55 +01:00
Armin 312c4133a1 SAMD51 use timer3 if timer5 not available 2023-03-14 08:31:34 +01:00
Armin 7a9a1d0c4d Split ISR into ISR and function IRPinChangeInterruptHandler(). 2023-03-01 13:37:15 +01:00
Armin 0f016ed838 Fix attiny x4 pinout for fast pin read and write. Thanks to Mathias Moog. Closes #1077 2023-01-13 20:30:46 +01:00
Armin bde7204e9d Revert errors in changes from 23.12.20 2023-01-08 02:00:37 +01:00
Armin cc13de99f3 Documentation 2022-12-30 17:30:28 +01:00
Armin 36ad7dae9b Replaced macros TIMER_EN/DISABLE_RECEIVE_INTR and EN/DISABLE_SEND_PWM_BY_TIMER by functions. 2022-12-24 13:12:16 +01:00
Armin d1a290ea23 Examples tone delay handling 2022-12-20 12:05:31 +01:00
Armin 18e9d616c8 Fixed repeat handling bug in sendPulseDistanceWidthFromArray() introduced at 4.0 2022-12-13 18:40:50 +01:00
Armin 02a75199ce Fixed SEND_PWM_BY_TIMER for ATtiny167 thanks to freskpe 2022-12-12 16:10:52 +01:00
Joe Ostrander 65d62cc9f0
attempting to add support for attiny1614 (#1057) 2022-12-12 13:53:43 +01:00
Armin 7892d5c33b Extracted protocol functions used by receive and send to IRProtocol.hpp 2022-11-14 16:44:53 +01:00
Armin 887066f06f Fix for #1031 ESP32 "HW TIMER NEVER INIT ERROR" 2022-10-04 19:39:18 +02:00
Armin c68148626d Support for ATtiny816 - Thanks to elockman. 2022-09-30 00:20:21 +02:00
Armin b00e0ee7ed Bumped version to 3.8.0 2022-08-07 01:33:51 +02:00
Armin 6f91910f78 Added SAMD51 support 2022-07-29 15:05:17 +02:00
Armin 829d8eba81 Added support for decoding of "special" NEC repeats 2022-07-28 14:33:43 +02:00
Armin ff0703b231 Fixed pin mapping problems especially for Teensy 2.0 2022-07-20 09:31:49 +02:00
Armin fca327dc14 Fixed bug in send for RP4020. Fixed potential bug in SendBiphase data for 1 bit. 2022-07-16 21:33:09 +02:00
Armin e4d1da8e3f 1.part of fix of SEND_PWM_BY_TIMER especially for Pi Pico. closes bug #1001 2022-07-16 10:20:58 +02:00
Armin 9f13e0a234 Documentation 2022-06-24 20:21:00 +02:00
Armin 3888a3ce68 - Added IrReceiver.restartAfterSend() and inserted it in every send(). Closes #989 2022-05-20 22:25:13 +02:00
Armin 2a0c6b383e Documentation 2022-05-19 01:46:47 +02:00
Armin 9e1303b9a5 Improved prints 2022-04-09 01:49:40 +02:00
Armin b512cdd77f ATtiny3217 support 2022-02-01 00:53:21 +01:00
Armin 4397e1b36f Closes #962 2022-01-29 13:15:51 +01:00
Armin 8622513f23 Closes #961 2022-01-28 20:39:30 +01:00
Armin fb798a5505 RP2040 support 2022-01-27 14:50:33 +01:00
Armin 1ce638b7f6 RP2040 support added.
- Refactored IRTimer.hpp.
- Refactored IR_SEND_PIN and IrSender.sendPin handling.
- Renamed IR_SEND_DUTY_CYCLE to IR_SEND_DUTY_CYCLE_PERCENT.
- Fixed bugs for SEND_PWM_BY_TIMER active.
2022-01-27 04:01:04 +01:00
Thomas Friedrichsmeier 2077fd1f50
Add pi pico support (#955)
* Documentation

* Add support for Pi Pico and other RP2040 boards (non-mbed core)

Only receive was tested.

Co-authored-by: Armin <armin.joachimsmeyer@gmail.com>
Co-authored-by: Thomas Friedrichsmeier <thomas.friedrichsmeier@kdemail.net>
2022-01-23 15:23:16 +01:00
Armin 37a05fa087 Documentation 2022-01-23 15:20:10 +01:00
Paul Stoffregen eb7a6e251d
Update IRTimer.hpp for Teensy boards (#928) 2021-12-21 21:51:28 +01:00
Armin 8cd76d13b9 Fix ESP32 send bug. closes #927 Version 3.5.1. 2021-12-15 14:39:48 +01:00
Armin 821bb65a45 Support for ATmega88 see #923. Thanks to Dolmant. 2021-12-03 14:18:46 +01:00
Armin 823c53f3b4 Documentation and fix of ATmega4209 send pin bug. Closes #921 2021-12-01 23:10:31 +01:00
Armin 1619728a7a 3. and last phase renamed .cpp to .hpp. Bumped version to 3.5.0 2021-11-08 10:12:48 +01:00