Question: Hello, I need help with the MSP430. The following program is the simple LO sample program (Ch8) we discussed in class. Basically when you push
Hello, I need help with the MSP430.
The following program is the simple LO sample program (Ch8) we discussed in class. Basically when you push the button, LEDI toggles, and when you release it, LED2 toggles. Modify the program, so that at the push of the button, the micro cycles through 4 different as follows 1- LED1 flashes while LED2 off 2-LED2 flashes while LED1 off 3-LED1 and LED2 flash simultaneously 4-LED1 and LED2 flash alternatively Hint: use a counting semaphore to cycle through 4 different values, each of which corresponds to the four different modes #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
