Does anyone have the old FastSPI_LED2 library archived somewhere?

Does anyone have the old FastSPI_LED2 library archived somewhere? my laptop HDD got an error and lost the old library. My arduino code was backed up luckily but the new FastLED library is interfering with a timer interrupt somehow…

The new library does interrupt blocking the same way as the old - if anything, it’s a bit more liberal about not blocking interrupts. What chipset/interrupt problem are you having?

Thanks Daniel that’s good to know. Most likely it’s a problem with my porting of the code then. I just assumed it was the timer interrupt because I have had such issues in the past. Let me try some more and get back to you. I found a fork of FastSPI_LED2 (Blinkinlabs) on Github to use so long, so I have a working version to refer to in the meantime.

Don’t make my mistake people, always backup everything!

ALWAYS backup! :slight_smile:

I’m sure Daniel can dig up an earlier version, though at the same time it’s better to rewrite your code to work with the newer version of FastLED. But, if all else fails, I do have the preview, RC1, RC2, RC3, RC4, and RC5 on my computer. As well as a v1 version that I grabbed in Oct. 2012 …

Thanks Ashley I am doing fine with the version I found on Github. Still not sure what the problem is I did get the Cylon example working which is pretty cool by itsself. Definitely trying to port to the latest and greatest asap.