Electronic – arduino – Libraries to help port Arduino code to msp430

arduinomsp430

Does someone know a nice library which makes coding for TI Launchpad MSP430 as easy as for arduino?

So far I only found Friendly Launchpad and some random code examples.

But I am looking for something that also supports analog readings. Doesn't matter if its doesn't follow the Arduino syntax as long as its simple.

Best Answer

You should check Energia from their Github page. It uses the same IDE and language as the Arduino. It is still in development but I tested some basic examples (blink and serial communication) and it works.