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?
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.
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?