IRremoteESP8266
Deprecated List
Member IRArgoAC::getFan (void) const

, for backwards-compat.

Member IRArgoAC::getFlap (void) const

, for backwards-compat.

Member IRArgoAC::getMode (void) const

, for backwards-compat.

Member IRArgoAC::setFan (const uint8_t fan)
Member IRArgoAC::setFlap (const uint8_t flap)
Member IRArgoAC::setMode (const uint8_t mode)
Member IRsend::sendPanasonic (const uint16_t address, const uint32_t data, const uint16_t nbits=kPanasonicBits, const uint16_t repeat=kNoRepeat)
This is only for legacy use only, please use sendPanasonic64() instead.
Member IRsend::sendSharp (const uint16_t address, const uint16_t command, const uint16_t nbits=kSharpBits, const uint16_t repeat=kNoRepeat)
Only use this if you are using legacy from the original Arduino-IRremote library. 99% of the time, you will want to use sendSharpRaw() instead
Member resultToTimingInfo (const decode_results *const results)
This is only for those that want this legacy format.