Commit Graph

54 Commits

Author SHA1 Message Date
Armin 4c4f66c1be Documentation + improved Samsung 2024-04-25 21:32:03 +02:00
Armin 02c0e24da9 Documentation 2024-03-15 20:54:05 +01:00
Armin 672d5cb532 Changed RECORD_GAP_MICROS default value from 5000 to 8000 2024-03-08 09:21:13 +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 1008347e33 Documentation 2023-12-04 09:53:09 +01:00
Armin a73851300a Added DECODE_ONKYO, to force 16 bit command and data decoding. 2023-03-29 02:07:26 +02: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 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 d1a290ea23 Examples tone delay handling 2022-12-20 12:05:31 +01:00
Armin 02a75199ce Fixed SEND_PWM_BY_TIMER for ATtiny167 thanks to freskpe 2022-12-12 16:10:52 +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 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 32b8cef088 Improved decoding for Sony in examples 2022-11-11 23:24:46 +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 be74ebfe20 Documentation 2022-10-18 00:02:01 +02:00
Armin e36bcaa7b1 Bang & Olufsen quality assurance 2022-10-03 11:21:38 +02:00
Armin ad4abf825e Internal function checkForRepeatSpaceAndSetFlag() and optimized getProtocolString() 2022-08-31 20:37:53 +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 922d2c5c81 RAW_BUFFER_LENGTH in examples 2022-08-17 11:31:01 +02:00
Armin 6f91910f78 Added SAMD51 support 2022-07-29 15:05:17 +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 2a0c6b383e Documentation 2022-05-19 01:46:47 +02:00
Armin 9e1303b9a5 Improved prints 2022-04-09 01:49:40 +02:00
Armin 4397e1b36f Closes #962 2022-01-29 13:15:51 +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 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
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 597d7b51a6 Tone for ESP32 2021-10-17 19:17:26 +02:00
Armin 94fa49a0f8 Improved LG protocol and added class Aircondition_LG. Improved ir_DistanceProtocol.cpp to support more than 32 bits. 2021-09-28 21:58:20 +02:00
Armin 61f09c074c Documentation, closes #878 2021-09-02 22:07:45 +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 b494e0a03e Release 3.2.0 2021-04-22 10:25:33 +02:00
Armin 65ab27e332 Extended DEBUG output 2021-04-17 21:53:36 +02:00
Armin 248012ea1d ESP8266 support 2021-04-11 02:57:50 +02:00