Hi I want to make a network controlled WiFi strip and was looking for solutions. I ran across the classical "Mosfet RGB trick" and so on. I also saw that Pololu provided a more a less plug and play solution for these led strips. https://github.com/pololu/pololu-led-strip-arduino . I downloaded the source and just tried "compile" in Energia, of course it was complaining ;-). It complained about <EEPROM.h> which I changed by the MspFlash library, then it complained it couldn't find the _enable_irq() and _disable_irq() methods which I changed by _enable_interrupt() and _disable_interrupt(