Commit Graph

823 Commits

Author SHA1 Message Date
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 be74ebfe20 Documentation 2022-10-18 00:02:01 +02:00
Armin 887066f06f Fix for #1031 ESP32 "HW TIMER NEVER INIT ERROR" 2022-10-04 19:39:18 +02:00
Armin e36bcaa7b1 Bang & Olufsen quality assurance 2022-10-03 11:21:38 +02:00
Daniel Wallner 662b70c621
Bang & Olufsen support (#1030)
* Bang & Olufsen support
2022-10-02 10:00:58 +02:00
Armin c68148626d Support for ATtiny816 - Thanks to elockman. 2022-09-30 00:20:21 +02:00
Armin 909ee341d3 Documentation and Examples 2022-09-28 11:39:46 +02:00
Armin a975405c34 Fixes #1028 - Prevent long delay caused by overflow when frame duration < repeat period - Thanks to Stephen Humphries! 2022-09-28 11:16:43 +02:00
Armin f4c5656c53 Magiquest wand_id is now real 31 bit 2022-09-15 10:28:32 +02:00
Armin 4a3651e23c Bumped version to 4.0.0 2022-09-15 03:06:03 +02:00
Armin c6c1bf2e02 Improved Magiquest see #1027 2022-09-15 02:53:46 +02:00
Armin 3504eda155 Fixed bug #1026 reported by recordandmix. #define DECODE_MAGIQUEST still activates all decoders 2022-09-12 10:00:37 +02:00
Armin d7217c5c74 Documentation 2022-09-08 17:33:22 +02:00
Armin ad4abf825e Internal function checkForRepeatSpaceAndSetFlag() and optimized getProtocolString() 2022-08-31 20:37:53 +02:00
Armin 72f7c75b3e Version 4.0 2022-08-31 13:25:29 +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 922d2c5c81 RAW_BUFFER_LENGTH in examples 2022-08-17 11:31:01 +02:00
Armin 9d1b328911 Manually merge #1008 2022-08-12 11:52:10 +02:00
Armin 64e66f8eb0 Documentation 2022-08-12 11:42:24 +02:00
Armin 946c8cdab1 Documentation 2022-08-08 09:48:57 +02:00
Armin b00e0ee7ed Bumped version to 3.8.0 2022-08-07 01:33:51 +02:00
Armin 8d65b19995 Improved pin mapping for TinyReceiver 2022-07-30 11:01:14 +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 20b8cc875b Documented no support of SAMD51 2022-07-25 15:09:53 +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 cd9a53ca78 Send usage added and reduced output size and improved format of printIRResultRawFormatted() to fasten up output (and getting repeats properly decoded) 2022-07-15 15:32:27 +02:00
Armin 9f8ed31af8 No reference found for Samsung "repeats are like NEC but with 2 stop bits", so changed to observed regular behavior. 2022-07-10 11:48:49 +02:00
Armin efafe9501f Version 3.7.1 and fixed ESP32 send bug for 2.x ESP32 cores 2022-06-28 19:07:53 +02:00
Armin fe3bafe5f5 Improved DistanceProtocol decoder output and minor changes 2022-06-27 01:18:44 +02:00
Armin 0c4d269e93 SendRaw now supports bufferlenght > 255 2022-06-25 01:49:49 +02:00
Armin 9f13e0a234 Documentation 2022-06-24 20:21:00 +02:00
Armin 21ae1957c2 Improved distance protocol decoder 2022-06-03 09:21:51 +02:00
Armin f0546dd0c9 Bumped version to 3.7.0 2022-05-30 17:33:54 +02:00
Armin b3adbc41bf Closes #992 2022-05-27 18:06:47 +02:00
Armin 3888a3ce68 - Added IrReceiver.restartAfterSend() and inserted it in every send(). Closes #989 2022-05-20 22:25:13 +02:00
Armin c6cf6ac590 Changes types to fast types 2022-05-19 16:58:24 +02:00
Armin 6e4b89f520 Fixed MagiQuest flaws 2022-05-19 03:02:34 +02:00
Armin 2a0c6b383e Documentation 2022-05-19 01:46:47 +02:00
Armin 9dcf45d7e6 LongUnion 2022-04-17 15:29:33 +02:00
Armin 9e1303b9a5 Improved prints 2022-04-09 01:49:40 +02:00
Armin c64b1c5bd4 Documentation for adding new protocol 2022-03-30 11:55:04 +02:00