Commit Graph

59 Commits

Author SHA1 Message Date
Armin 114cbf335b Version 4.1.0 2023-02-27 14:21:41 +01:00
Armin e92b4c7ba6 Documentation 2023-02-10 00:08:28 +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 83387a8493 Added SAMSUNG48 protocol and sendSamsung48() function. 2022-12-27 16:59:32 +01:00
Armin 9369fbe871 Documentation 2022-12-15 00:26:17 +01:00
Armin 331de71f7f Support for seeduino 2022-12-02 13:26:49 +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 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 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
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 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 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 f4c5656c53 Magiquest wand_id is now real 31 bit 2022-09-15 10:28:32 +02:00
Armin c6c1bf2e02 Improved Magiquest see #1027 2022-09-15 02:53:46 +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 ff0703b231 Fixed pin mapping problems especially for Teensy 2.0 2022-07-20 09:31:49 +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 fe3bafe5f5 Improved DistanceProtocol decoder output and minor changes 2022-06-27 01:18:44 +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 c64b1c5bd4 Documentation for adding new protocol 2022-03-30 11:55:04 +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 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
Armin 62ab0e265f NO_LED_FEEDBACK_CODE replaces and extends DISABLE_LED_FEEDBACK_FOR_RECEIVE 2021-12-08 01:31:27 +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
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 711179d611 Added printActiveIRProtocols() function. 2021-10-30 19:10:27 +02:00
Armin 720f77dd9c Improved IRCommandDispatcher 2021-10-24 23:44:32 +02:00
Armin c131dcc877 2. phase renamed *.cpp.h to .hpp 2021-10-17 19:34:24 +02:00
Armin ed948955e8 Added Kaseikyo convenience functions like sendKaseikyo_Denon() 2021-09-24 16:12:37 +02:00
Armin e6b39b72df added sendRaw to UnitTest etc. 2021-09-06 23:38:28 +02:00
Armin 39eec4c5ca LG2 protocol 2021-06-16 12:30:17 +02:00
Armin 58bb87bab1 Documentation 2021-05-02 00:11:41 +02:00
Armin 22451e789a Bumped version to 3.3.0. Added lastDecodedProtocol and CheckForRecordGapsMicros(). 2021-04-30 16:36:54 +02:00
Armin fff3d94c7b Added universal decoder for pulse width or pulse distance protocols 2021-04-28 21:50:45 +02:00
Armin 39da1b609c enabled megaAVR 0-series devices, added getPulseCorrectionNanos() 2021-04-26 22:26:15 +02:00
Armin b494e0a03e Release 3.2.0 2021-04-22 10:25:33 +02:00