adafruit / Adafruit_TLC5947

Adafruit's Arduino driver for the TLC5947
http://www.adafruit.com/products/1429
Other
40 stars 22 forks source link

Version working with more than 5 chips #3

Closed NoHomey closed 8 years ago

NoHomey commented 9 years ago

Changes:

C++ changes like const& type of the arguments in the methods and destructor _~AdafruitTLC5947() added .

The call to calloc() is correct now.

_BLANK_ signal control added if is passed to the constructor as _const uint8t& b.

c type changed to _int16t so more than 5 chips can be manipulated.

If merge is made I will add comments (comments only make a good writen code ugly in my opinion).

:)

ladyada commented 8 years ago

sorry for delay, didnt see this PR before... but we ran across the limit of 5 and added support!