Commit Graph

823 Commits

Author SHA1 Message Date
Armin 1724d40fff Release 3.4.0 2021-10-08 14:26:05 +02:00
Armin d3b069e762 Housekeeping 2021-10-07 09:25:36 +02:00
Armin 3a471eedfb Added mbed support 2021-10-03 12:43:42 +02:00
Armin 3549fb5ca2 SendLGAirConditionerDemo 2021-10-02 20:17:10 +02:00
Armin b33d8aa05d Thanks to roger-tannous. Closes #899 2021-09-29 14:47:17 +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 ed948955e8 Added Kaseikyo convenience functions like sendKaseikyo_Denon() 2021-09-24 16:12:37 +02:00
Armin e238368164 ICACHE_RAM_ATTR problem + Documentation 2021-09-16 22:28:02 +02:00
Armin ef868f6474 Closes #890 2021-09-14 22:46:45 +02:00
Armin 0dc6103435 Renamed *.cpp.h to .hpp. Bumped version to 3.4.0. 2021-09-14 22:45:51 +02:00
Armin bcbe5e16bd New bug report form 2021-09-09 09:21:28 +02:00
Armin cae4f4e16d organized carrier frequencies 2021-09-07 13:41:30 +02:00
Armin e6b39b72df added sendRaw to UnitTest etc. 2021-09-06 23:38:28 +02:00
Armin 82fff9c34c Compiler switch USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN added 2021-09-06 21:44:01 +02:00
Armin 6c0722d1ce Moved blink13() back to IRrecv class. closes #889 2021-09-06 10:37:22 +02:00
Armin 61f09c074c Documentation, closes #878 2021-09-02 22:07:45 +02:00
Armin 58a2725663 Documentation 2021-07-27 22:35:27 +02:00
Armin fdca153900 IR_SEND_PIN for ATtiny88 2021-07-27 15:03:49 +02:00
Armin b46136309f Documentation 2021-07-27 15:02:48 +02:00
Marius Wachtler cda97b5a6f
fix typo in ENABLE_LED_FEEDBACK (#869) 2021-07-23 13:06:32 +02:00
Armin 27fa380bda Repeat detection gap time adjusted 2021-06-26 00:08:03 +02:00
Armin 949595110b Documentation 2021-06-24 13:40:18 +02:00
Armin 708d38c880 Modifying digitalWriteFast.h to be compatible with ATTinyCore Digispark Pro default pin mapping. 2021-06-21 03:04:08 +02:00
Armin 39eec4c5ca LG2 protocol 2021-06-16 12:30:17 +02:00
Armin 0b16ba4fdb Documentation 2021-05-20 14:49:19 +02:00
Armin 5e1aac8c7e Use ATTinyCore for MH-ET ATtiny88 board 2021-05-02 01:22:05 +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 1c7fc01820 Documentation 2021-04-27 07:06:02 +02:00
Armin 39da1b609c enabled megaAVR 0-series devices, added getPulseCorrectionNanos() 2021-04-26 22:26:15 +02:00
Armin 5dd88831f2 added check for MINICORE, moved macros for better readability of code 2021-04-26 21:50:31 +02:00
Armin 6f7b58ba01 New example IRremoteExtensionTest. 2021-04-26 15:16:58 +02:00
Armin e48209b759 Fixed error for AVR timer1. Thanks to alexbarcelo. 2021-04-24 21:27:48 +02:00
Armin 4d44d054c2 Fix errors if LED_BUILTIN is not defined 2021-04-24 16:32:53 +02:00
Armin b494e0a03e Release 3.2.0 2021-04-22 10:25:33 +02:00
Armin ddef02edac Added platform specifier for PlatformIO. Closes #847. Thanks to programminghoch10! 2021-04-18 21:45:28 +02:00
Armin 65ab27e332 Extended DEBUG output 2021-04-17 21:53:36 +02:00
Armin d06e806a9f Rename ledOff to IRLedOff. Support / Messages for F_CPU > 16 MHz. 2021-04-11 13:26:18 +02:00
Armin 248012ea1d ESP8266 support 2021-04-11 02:57:50 +02:00
Armin cf374e64f3 Support for old 2.x code 2021-04-10 20:43:01 +02:00
Armin 48137fa158 Added ATtiny1604 support. 2021-04-10 15:42:10 +02:00
Armin ec94757d47 UnitTest tested for Digispark and ATTiny core 2021-04-09 01:19:07 +02:00
Armin 38f4eb65ee Support for old 2.x code by backwards compatible `decode(decode_results *aResults)` function. Removed USE_OLD_DECODE macro and added NO_LEGACY_COMPATIBILITY macro 2021-04-08 07:59:45 +02:00
Armin 269479301d Added Onkyo protocol 2021-04-08 01:51:03 +02:00
Armin 35b8c11922 Fix for ESP32 send Error, removed `USE_SOFT_SEND_PWM` macro 2021-04-07 18:39:01 +02:00
Armin 2f71012a28 Documentation 2021-04-04 11:01:44 +02:00
Armin 6e5be97c51 Release 3.1.0 2021-03-28 12:56:26 +02:00
Armin adfbfc9c42 Documentation by Ken Shirriff 2021-03-27 02:13:41 +01:00
Armin dfe66adfcc Fix problems with broken receives #828 2021-03-25 14:25:51 +01:00