Commit Graph

9 Commits

Author SHA1 Message Date
Fabian Kunkel b8ce01554a add support for sending single bits. Needed for Nibe heatpump which sends 90 bits 2024-01-05 16:07:54 +01:00
Denys Fedoryshchenko b987f38509 Add inverted LED support to IRSenderESP32
Some development boards like M5Stick-C have inverted LED, so
when pin HIGH - led is off , etc.
To support that we need minor changes in code, unfortunately i dont have
other boards, but inverted LED can be added to other senders
easily.
Tested on Gree A/C and M5Stick-C.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
2023-09-10 06:34:52 +03:00
ToniA a04a96b2a2 Add support for IRBlaster, i.e. no PWM needed, the blaster generates the 38 kHz carrier frequency 2015-12-01 20:17:14 +02:00
ToniA 5b3a7469ed Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
ToniA 69ae41a0c5 Experimental Samsung support 2014-04-08 10:42:31 +03:00
ToniA 5ced7aa5dd Add info (in JSON format) about the supported model for each heatpump 2013-12-31 14:28:13 +02:00
ToniA 56322b10a3 Arduino Mega fix, 'pwmval' was not declared 2013-12-28 10:38:34 +02:00
ToniA dce07087d5 Change all #include directives to use the angle-bracket form 2013-12-26 15:22:48 +02:00
ToniA d5d00a8686 Initial HeatpumpIR library, refactored from my 'arduino-wp-heatpump-controller' repository 2013-12-26 15:11:20 +02:00