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

Skip to content

Improvements and bug fixes

Latest
Compare
Choose a tag to compare
@ArminJo ArminJo released this 25 May 11:46
· 3 commits to master since this release
  • Support for SAMD51 timer3 if timer 5 is not available (Adafruit ItsyBitsy M4).
  • attachInterrupt() on SAMD has a different semantic :-(. See: https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/.
  • Fixed overflow handling.
  • Improved repeat detection for DistanceWidthProtocol.
  • Print of IR frame duration in printIRResultShort();
  • PulseDistanceWidthProtocolConstants now in PROGMEM, this saves 190 bytes RAM for unit test.
  • Support for PROGMEM PulseDistanceWidthProtocol data.
  • Support duplicated 8 bit address for sendSamsungLG().