sparkfun / SparkFun_TLC5940_Arduino_Library

Library for the TLC5940
GNU General Public License v3.0
25 stars 14 forks source link

Issue with the file naming convention #2

Closed dastergon closed 8 years ago

dastergon commented 8 years ago

Hi there,

Happy New Year! I am Pavlos from codebender.

Recently we tried to add this library in codebender supported libraries but we had some issues with the filenames. The library's name does not have SparkFun prepended like other SparkFun libraries. This causes a name collision with other libraries that we currently support. If you prepend SparkFun to the filenames (e.g: Tlc5940.h -> SparkFun_Tlc5940.h) it would help us resolve these conflicts.

Thanks, Pavlos

ToniCorinne commented 8 years ago

Hi @dastergon - I updated the names and pushed the changes. Please let me know if there's anything else we can do to assist you with this.

Thanks!