Lixie driver library import

I just tested it out running some sample code and didn’t seem to work properly and the device went to SOS and gave me a hard fault. I now can’t seem to get out of it and properly reset it.

Anytime I connect it to my computer, and try to fix it via Particle-CLI, I get a no DFU device found even when it’s in Safe/DFU mode… Anyway in the meantime while I try to factory reset my particle device (I made the mistake of deleting it from my account before properly resetting), I wasn’t sure which libraries you updated but I tried to compile my sample code with both FastLED and FastLED2 using Lixie-Particle.

FastLED gave me an error with the following line: previous declaration as 'typedef volatile uint8_t RwReg' This janky fix for this I believe was described here: Lixie Arduino library build problems (2nd to last comment)

FastLED 2 just gave me the SOS Hard Fault.

Once I can get my Photon properly reset, I’ll try running a simple command and see what happens…

@peekay123