Commit Graph

18 Commits

Author SHA1 Message Date
Darren Jeacocke 8b93f89ca1 Add Fujitsu air direction methods 2019-10-19 22:15:40 +10:00
N-Storm 489f6eaa43 Fix duplicate PROGMEM attribute compilation issue with ESP8266 Arduino Core 2.5.0+ 2019-03-29 12:47:31 +03:00
ToniA 987d0b160a Fix comment in Fujitsu code 2017-05-13 12:47:10 +03:00
ToniA 8966287c8a Extra Fujitsu codes 2016-09-24 18:39:55 +03:00
ToniA 37e3b886c8 Change the PWM frequency of all models to 38 kHz 2015-11-03 19:21:09 +02:00
ToniA 5b3a7469ed Arduino IDE 1.6-style PROGMEM definitions 2015-10-01 10:23:49 +03:00
ToniA b2f1f3b2da Support special Fujitsu commands 2015-09-14 20:41:09 +03:00
ToniA 3b5f7783dd Fix a swing condition type on the Fujitsu code 2015-09-14 19:49:55 +03:00
ToniA e0c29ce3b9 Support for Arduino IDE 1.6.x 2015-04-05 12:04:22 +03:00
ToniA 874d6b0f8e Support air direction SWING on Fujitsu 2014-05-18 20:05:44 +03:00
ToniA fc1cbc4235 Adjust Fujitsu timings, make the OFF_msg a normal array 2014-05-17 21:21:12 +03:00
ToniA 47b34cb734 Fix problems with the Fujitsu protocol 2014-05-03 12:39:21 +03:00
ToniA 523cb80684 The number of modes JSON information was redundant, as the 'maint' tells if the model supports 'maintenance heat' 2014-01-06 11:14:58 +02:00
ToniA 546e388921 'model' and 'info' can be contained in FLASH after all... 2014-01-05 13:36:27 +02:00
ToniA f8219cf921 The 'model' and 'info' data should be given as a parameter to the constructor.
Having a self-contained class would have been nice, but there's no way
to force class variables into the FLASH memory, i.e. the PROGMEM definition
does not work within a C++ class with the AVR toolchain.
2014-01-01 10:46:13 +02:00
ToniA 5ced7aa5dd Add info (in JSON format) about the supported model for each heatpump 2013-12-31 14:28:13 +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