adafruit / Adafruit_TLC5947

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

Version that works with more than 5 chained chips. #2

Closed NoHomey closed 9 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).

:)

NoHomey commented 9 years ago

Some changes need to be made I fcked up some types ...