Hey guys, I am trying to get FastLED working on my Rabid Prototypes TAU board (supposed to be Arduino Zero compatible) However, when I compile I get this error.
static_assert(validpin(), “Invalid pin specified”);
I have googled looking for this and come up with different reasons but mainly it seems there isnt support for the TAU board? Is it easy to just add that?
Thanks!
Please post your code on gist, and let us know which version of the library and IDE you are using…
Thanks
What pin number are you setting fastled to use? Is that pin the right kind? Not all pins are equal
Sorry for the late response, I got buried at work!
The code is just the blink example that comes with fastLED, and I tried every pin.
“fastpin.h:206:2: error: static assertion failed: Invalid pin specified”
Another note, its supposed to be arduino zero compatible, if I switch the IDE to that board, it compiles fine.