Energia IDE
MSP430 Workshop - Using Energia (Arduino) 8 - 13
Examples, Lots of Examples
Energia ships with many examples. These are great for getting started with programming – or
when trying to learn a new functionality. Our upcoming lab exercises will follow with this tradition
of starting from these simple examples.
Energia Sketches (Examples)
Basic Sketches
Blink is the ‘hello
world’ of micro’s
BareMinimum is just
setup() and loop()
Selecting example…
Opens sketch in
debugger window
Click download to
compile, download
and run