Tasmota/lib-before-5.9.1f/IRremoteESP8266
arendst 299bed1c05 v5.9.1f - Update libraries and a fix
5.9.1f
 * Upgrade library ArduinoJson to 5.11.2
 * Upgrade library
IRRemoteEsp8266 to 2.2.1 + 2 commits but tweaked some protocols to keep
code usage small
 * Upgrade library NeoPixelBus to 2.2.9
 * Upgrade
library OneWire to 2.3.3 + 6 commits
 * Formalize library PubSubClient
to 2.6 + 9 commits and additional delay
 * Add optional ADS1115 driver
as alternative for unsupported I2Cdevlib in esp8266-core 2.4.0-rc2
 *
Fix wrong response name for command HlwISet (#1214)
2017-11-19 18:02:03 +01:00
..
examples v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
Contributors.md v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRDaikinESP.cpp v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRDaikinESP.h v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRKelvinator.cpp v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRKelvinator.h v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRMitsubishiAC.cpp v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRMitsubishiAC.h v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRremoteESP8266.cpp v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRremoteESP8266.h v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
IRremoteInt.h v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
LICENSE.txt v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
README.md v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
keywords.txt v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
library.json v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00
library.properties v5.9.1f - Update libraries and a fix 2017-11-19 18:02:03 +01:00

README.md

IRremote ESP8266 Library

Build Status

This library enables you to send and receive infra-red signals on an ESP8266 using Arduino framework (https://github.com/esp8266/Arduino)

This library is based on Ken Shirriff's work (https://github.com/shirriff/Arduino-IRremote/)

Mark Szabo has updated the IRsend class to work on ESP8266 and Sebastien Warin the receiving & decoding part (IRrecv class).

Seb's notes : I also changed the pulse parameters for Samsung, update the Panasonic and Samsung decoders and remove the SANYO decoders. The IR decoder was successfully tested with Panasonic and Samsung remote controls.

Installation

  1. Click "Download ZIP"
  2. Extract the downloaded zip file
  3. Rename the extracted folder to "IRremoteESP8266"
  4. Move this folder to your libraries directory (under windows: C:\Users\YOURNAME\Documents\Arduino\libraries)
  5. Restart your Arduino ide
  6. Check out the examples

Contributing

If you want to contribute to this project:

  • Report bugs and errors
  • Ask for enhancements
  • Create issues and pull requests
  • Tell other people about this library

Contributors

Check here