Skip to content

4.1.1

Compare
Choose a tag to compare
@ssilverman ssilverman released this 03 Feb 19:32
· 89 commits to master since this release

Added

  • Added a BREAK start timestamp to PacketStats, frameTimestamp. The value is in microseconds.
  • Added Receiver::rxWatchPin() for retrieving the RX watch pin number.
  • Added a note to the docs for Receiver::setRXWatchPin reminding the caller to configure the pin for input.

Changed

  • DMX TX and RX are now started with new startRx and startTx convenience functions in the USBProWidget example.
  • Updated comment layout in the examples to be <= 70 columns to help improve readability, for example for larger fonts.

Fixed

  • Fixed Chaser example to start the blink and packet correctly.
  • Fixed TextPacketHandler example to define one of the static members.
  • Fixed Sender to use double-buffering to guarantee atomic behaviour.