any chance we will get arduino micro/leonardo support for fastspi_led2?

any chance we will get arduino micro/leonardo support for fastspi_led2?

It should work with both the micro and leonardo. There are pin definitions for the leonardo that should work for the micro if the port-pin mappings are the same for the micro.

I just don’t have either a leonardo or a micro handy to test with first hand, but I’ve had reports of people using the leonardo.

Thanks! I’ll run some tests on my micro when i have a chance

It works for me on my micro s. :slight_smile:

Also FYI: works great on Nano, too.

Won’t work on any ATtiny chips at this point- we need the hardware multiplier.

For the Attiny there’s the adafruit neopixel library anyway. I used it on my digistump, works very well.

Yeah. We’ll probably add support at some point, and FastSPI v1 is still there too.

ah, this was my problem: http://www.adafruit.com/forums/viewtopic.php?f=25&t=36029#p178293

Aie. What a mess.