Skip to content

0.3.0 release

Latest
Compare
Choose a tag to compare
@RobTillaart RobTillaart released this 13 Feb 15:58
· 1 commit to master since this release
6b8c744
  • add daisy chaining support
  • add deviceCount parameter in constructor
  • add int getChannels()
  • add examples (thanks to DevilsCave)
  • fix polarity BLANK line
    • enable() and disable() (P7 datasheet)
    • also initial value constructor + examples
  • add write(uint16_t channels) interface.
  • add const int MAXPWM to replace "magic" number.
  • fix changelog.md
  • update readme.md (breaking change)
  • update unit tests
  • adjust examples
  • minor edits