Hello,
I recently started to learn about the msp430 (msp-exp430f5438 with a msp430f5436A),
I wish to have 2 different interrupt rutines, one will start when i press the right side of the joystick, and another rutine will start when i press the left button.
The naive way i though of, is to check with 2 "if" commands, which interrupt flag was raised, and then write my rutine inside each "if" command.
Any better ways?