Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

Pololu led strip for MSP430

$
0
0

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(). I also did the following includes.

#include "Energia.h"
#include <msp430.h>
#include <legacymsp430.h>

So basically after some trial and error, basically including the right libraries and changing some names I compiled and got a success message. But since I'm not owning one of these strips I couldn't really test it. So I wonder if my modifications make the library really work? I provided the source code, so if anybody could take a look I'd be more than happy.

Attached Files


Viewing all articles
Browse latest Browse all 2077

Trending Articles