You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program for the MSP430 using Energia that will place an interrupt on the push2 button to blink either the red or green LED in one of two particular patterns for each color LED. The first time the button is pushed the red LED should turn on for 1 second and then turn off. The second time the button is pushed the red LED should turn on fo…