Commit Graph

177 Commits

Author SHA1 Message Date
Armin b962db8f4e Bumped version to 4.3.1. Fixed overflow bug for rawlen > 254. Removed deprecated sendPulseDistance... functions with parameter aSendStopBit. 2024-03-16 01:21:05 +01:00
Armin 672d5cb532 Changed RECORD_GAP_MICROS default value from 5000 to 8000 2024-03-08 09:21:13 +01:00
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 f2838859e0 Added Hob2Hood protocol 2024-02-25 23:29:22 +01:00
Armin 3930c4148a Fixed sendSamsung() / sendSamsungLG() bug
Added functions stopTimer(), restartTimer() and restartTimerWithTicksToAdd()
Added rawlen and initialGap to IRData
Bumped version to 4.3.0
2024-02-23 19:56:53 +01:00
Armin 7c7ced8ecb Closes #1199 2024-02-14 10:58:29 +01:00
Armin 8b9e036889 Convenience function isIRReceiverAttachedForTinyReceiver() and 3.party 2024-02-13 15:46:48 +01:00
Armin a7bd9ea78b Bumped version to 4.2.1 2024-01-23 15:59:24 +01:00
Armin f80a7df244 TinyReceiver 2.0 2023-11-02 23:39:36 +01:00
Armin 8c84e03318 Documentation 2023-10-18 20:30:29 +02:00
Armin 3a443bbac0 Bumped version to 4.2.0. Extraced version macros to IRVersion.h. 2023-08-12 10:04:18 +02:00
Armin b9e2157d27 Added ARDUINO_ARCH_NRF52 to support Seeed XIAO nRF52840 Sense 2023-07-25 11:05:59 +02:00
Armin a3423854f5 Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2. 2023-06-14 13:07:32 +02:00
Armin 1a0b5134aa Documentation 2023-05-30 00:29:06 +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 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 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 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 312c4133a1 SAMD51 use timer3 if timer5 not available 2023-03-14 08:31:34 +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 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 e92b4c7ba6 Documentation 2023-02-10 00:08:28 +01:00
Armin f5edaa65ae 4.0.0 Release 2023-01-21 20:29:38 +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 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 16391f27d5 Improved SHARP repeat decoding 2022-12-13 23:17:41 +01:00
Armin 02a75199ce Fixed SEND_PWM_BY_TIMER for ATtiny167 thanks to freskpe 2022-12-12 16:10:52 +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 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 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 da3e9e921a Changed macro names _REPEAT_SPACE to _REPEAT_DISTANCE. Improved TinyReceiver and added FAST protocol for it. 2022-11-11 21:29:41 +01:00
Armin e311d5150e Added receiver callback functionality and registerReceiveCompleteCallback() function. 2022-11-10 11:12:07 +01:00
Armin 3d89bff37f Renamed PulsePauseWidthProtocolConstants to PulseDistanceWidthProtocolConstants.
Merged the 2 decode pulse width and distance functions.
2022-11-09 23:59:41 +01:00
Armin ba7b11901a Disabled strict checks while decoding. They can be enabled by defining DECODE_STRICT_CHECKS 2022-11-09 14:01:52 +01:00
Armin fd7f47745d Added decodeDistanceWidthData() and therfore changed ir_DistanceProtocol.hpp to ir_DistanceWidthProtocol.hpp and DECODE_DISTANCE to DECODE_DISTANCE_WIDTH. 2022-11-08 10:56:49 +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 e36bcaa7b1 Bang & Olufsen quality assurance 2022-10-03 11:21:38 +02:00
Armin c68148626d Support for ATtiny816 - Thanks to elockman. 2022-09-30 00:20:21 +02:00