Commit Graph

823 Commits

Author SHA1 Message Date
Armin 598a4412cb Documentation 2023-03-25 09:30:33 +01:00
Armin e4f08bbd7d The old decode function is renamed to decode_old(decode_results *aResults). decode (decode_results *aResults) is only available in IRremote.h and prints a message 2023-03-23 10:59:07 +01:00
Armin 20431e1e5c Improved workaround for ESP32 RTOS delayMicroseconds() timing bug, copied from IRremoteESP8266. 2023-03-22 13:41:32 +01:00
Armin 03b39952ba V4.1.2. Workaround for ESP32 RTOS delay() timing bug influencing the mark() function. Closes #1114. 2023-03-22 11:59:50 +01:00
Armin dfdf835f1b Fixed error for Teensy 4.1 2023-03-15 23:01:55 +01:00
Armin d78dfdc166 Disabled #define LOCAL_DEBUG in IRReceive.hpp, which was accidently enabled at 4.1.0. 2023-03-15 01:41:13 +01:00
Armin 06ae9b28da Added __digitalPinToBit for ATmega16 2023-03-14 14:22:37 +01:00
Armin 312c4133a1 SAMD51 use timer3 if timer5 not available 2023-03-14 08:31:34 +01:00
Armin 7645ece912 Documented flags and added detectLongPress() in ReceiveDemo example. 2023-03-13 22:26:06 +01:00
Armin e235273180 Added functions addTicksToInternalTickCounter() and addMicrosToInternalTickCounter(). 2023-03-06 11:24:42 +01:00
Armin 7a9a1d0c4d Split ISR into ISR and function IRPinChangeInterruptHandler(). 2023-03-01 13:37:15 +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 970f228027 Removed 3 Serial prints for deprecation warnings to fix #1094 2023-02-12 13:02:01 +01:00
Armin c22345d091 Changed the first parameter of printTinyReceiverResultMinimal() to &Serial. 2023-02-12 00:48:14 +01:00
Armin b0c5e49f93 Documentation 2023-02-11 11:55:44 +01:00
Armin 1750eca93d narrowed constraints for RC5 RC6 2023-02-10 11:47:20 +01:00
Armin 919ddf8b36 Fixed bug in printing durations > 64535 in printIRResultRawFormatted(). 2023-02-10 00:08:42 +01:00
Armin e92b4c7ba6 Documentation 2023-02-10 00:08:28 +01:00
Armin f5edaa65ae 4.0.0 Release 2023-01-21 20:29:38 +01:00
Knochi 6fe2c6f321
fixed typo (#1078)
i think you meant PULSE_DISTANCE as the term to replace
2023-01-18 16:47:02 +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 fcccbff68b Closes #1076 2023-01-07 20:52:51 +01:00
Armin ad0425f554 Changed checkForRepeatSpaceAndSetFlag() to checkForRepeatSpaceTicksAndSetFlag() and added macro ENABLE_FULL_REPEAT_CHECK 2023-01-02 15:19:42 +01:00
Armin cc13de99f3 Documentation 2022-12-30 17:30:28 +01:00
Armin 83387a8493 Added SAMSUNG48 protocol and sendSamsung48() function. 2022-12-27 16:59:32 +01:00
Armin b7592e7586 Fixed SendProntoDemo bug for ESP8266. Closes #1068. 2022-12-24 13:29:38 +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 7c42691d9f Minor changes 2022-12-22 23:12:04 +01:00
Armin 9492d1b163 Documentation 2022-12-22 21:07:21 +01:00
Armin d1a290ea23 Examples tone delay handling 2022-12-20 12:05:31 +01:00
Armin 9369fbe871 Documentation 2022-12-15 00:26:17 +01:00
Armin 16391f27d5 Improved SHARP repeat decoding 2022-12-13 23:17:41 +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 331de71f7f Support for seeduino 2022-12-02 13:26:49 +01:00
Armin 835cddab31 Renamed sendRC6(aRawData...) to sendRC6Raw( aRawData...). 2022-11-30 03:30:56 +01:00
Armin 70b44fdfb5 Improved RC6 decoding 2022-11-29 21:37:35 +01:00
Armin 5fb998db41 Changed type of decodedRawData and decodedRawDataArray which is now 64 bit for 32 bit platforms. 2022-11-29 19:26:26 +01:00
Armin 65136e4227 Corrected bug with swapped LG2 header mark and space. 2022-11-21 16:42:49 +01:00
Armin e87474e8c0 Examples 2022-11-19 09:46:36 +01:00
Armin 2c234ebded Analyzed Denon code table and therefore changed Denon from MSB to LSB first. 2022-11-17 01:31:33 +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 e612155fce Removed static function printIRSendUsage(), changed checkForRecordGapsMicros() handling 2022-11-14 01:27:45 +01:00
Armin fc1a179aec Documentation etc. 2022-11-14 01:25:48 +01:00
Armin e6bbf8638c Fixed bug for Samsung48 protocol 2022-11-12 01:31:03 +01:00
Armin 32b8cef088 Improved decoding for Sony in examples 2022-11-11 23:24:46 +01:00