PaulStoffregen / Tlc5940

16 channel PWM LED driver based on the Texas Instruments TLC5940 chip.
https://github.com/PaulStoffregen/Tlc5940
81 stars 40 forks source link

Plans on supporting the Teensy 3.6 #7

Closed patrick-radius closed 7 years ago

patrick-radius commented 7 years ago

Hi, i have a project that needs tlc5940 support on the Teensy 3.6. Is there any chance that the library supports this? I am getting the 'unsupported chip' error now. How much difference would there be between the 3.6 and the currently supported 3.x boards?

patrick-radius commented 7 years ago

Actually i think i just got it working by adding || defined(__MK66FX1M0__) before the #include "Teensy_KinetisK20.h" I think i can make a PR for that later.