ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
389 stars 141 forks source link

ESP32 support added #82

Closed maxx-ukoo closed 5 years ago

maxx-ukoo commented 5 years ago

ESP32 support addedwith native PWM Tested on R51M/E remote control

Example: heatpumpIR = new R51MHeatpumpIR(); IRSenderESP32 irSender(2, 0); heatpumpIR->send(irSender, POWER_ON, MODE_COOL, FAN_2, 22, VDIR_UP, HDIR_AUTO);

ToniA commented 5 years ago

Thank you very much :)