Other Parts Discussed in Thread: ENERGIA
Tool/software:
Hi,
I'm using the energia program to do a task that I'm having difficulty with. I want 2 my launchpad to have 2 LEDs. When I tell it to, I want one LED be on while the other is off and vice versa. However, I want the MSP to remember which LED was on before it is turned off. So if I tell it to turn on the RED_LED on the launchpad, I want to be able to unplug the launchpad, plug it back in, and the RED_LED turns on even though I didn't tell it to, it remembers how. Does anyone know how they can help? Also like I said I'm using energia, not CCS because I'm more of a C++ programmer more familiar with Arduinos.