Lab Debrief
Gettings Started with the MSP430 - Using Energia (Arduino) 8 - 37
Lab Debrief
Q&A: Lab8A (1)
Lab A
3. Do you see the LED blinking? What color LED is blinking? _____________________
What pin is this LED connected to? _______________________________________
_______________________________________
(Be aware, in the current release of Energia, this could be a trick question.)
Red
P1_0
(Code says Pin14, it was RED that blinked)
Q&A: Lab8A (2)
5. How can you change which color LED blinks?
Examine the H/W pin mapping for your board to determine what needs to change.
Please describe it here: _________________________________________________
_____________________________________________________________________
6. Make the other LED blink.
Did it work? ____________________________________
Change from P1_0 to P4_7, for the green LED to blink
(Easier yet, just use the pre-defined symbol: GREEN_LED)
Yes