Assume one LED (LED1) and one switch input (SW1). Write a while(1) { } loop that initally will blink an LED1 once power is applied. On each press OR release of SW1, alternate between terminating blinking and resumingine the blinking. Draw a state machine chart for the problem.