- 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