!) Right now, Buttons are not properly debounced and we are getting a double "press" that is causing the state machine to advance too quickly.
Verify that Timer0B is properly initialized and make a timeout before the button can be pushed again.
!) Right now, Timer1A is being initialized and enabled, but we are never actually handling the interrupt.
Going to check my initialization with Dr. Valvano because I can't seem to find the cause of this. Worst case we handle envelope in Timer2 with a counter.
!) Right now, Buttons are not properly debounced and we are getting a double "press" that is causing the state machine to advance too quickly.
Verify that Timer0B is properly initialized and make a timeout before the button can be pushed again.
!) Right now, Timer1A is being initialized and enabled, but we are never actually handling the interrupt.
Going to check my initialization with Dr. Valvano because I can't seem to find the cause of this. Worst case we handle envelope in Timer2 with a counter.