All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix #11, add schema to readme and examples
- update keywords.txt
- implement return type int write(..)
- fix channel test in write()
- update readme.md
- fix deviceCount in write().
- fix allocation buffer for channels in constructor.
- update performance sketch.
- add demo_setChannel sketch (array param).
- rename blank to outputEnable.
- update readme.md.
- minor edits.
- add TLC5917_NORMAL_MODE and TLC5917_SPECIAL_MODE
- add uint8_t getMode()
- rename setCurrentAdjustMode() to void setSpecialMode()
- rename getChannels() into channelCount() (looked like getChannel)
- refactored writeConfiguration()
- add uint8_t getConfiguration()
- add bool setGain(bool CM, bool HC, uint8_t CC)
- add bool setCurrentGain(float n)
- add float getVoltageGain()
- add float getCurrentGain()
- update readme.md
- add / update examples.
- minor edits.
- fix setChannel()
- rename getChannels() to channelCount()
- update examples
- update readme.md
- minor edits
- initial version