Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added support for multiple receiver instances and output for UNKNOWN protocol to printIRSendUsage().

Latest
Compare
Choose a tag to compare
@ArminJo ArminJo released this 05 Sep 20:40
  • Added support for multiple receiver instances.
  • irparams_struct irparams is now member of IRrecv. Thus removed rawDataPtr (pointer to irparams) from IrReceiver.decodedIRData.
  • Removed return value for all decodePulseDistanceWidthData() decoding functions, which returned a constant true.
  • Removed parameter aEnableLEDFeedback in function IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) and IRsend::begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin).
  • LED feedback is always enabled for sending. It can only be disabled by using the macro NO_LED_SEND_FEEDBACK_CODE.
  • Added output for UNKNOWN protocol to printIRSendUsage().
  • Added experimental sendVelux().
  • Added sendMaranz().
  • Fixed bug in ReceiveDemo.cpp if DEBUG_BUTTON_PIN is not defined. #1306.
  • Fixed minor bugs in Denon decoder.
  • Minor bug fixes for DEBUG.
  • New handling of MARK_EXCESS_MICROS without strange rounding inconsistency.
  • Added experimental threshold decoding.