Introduction - If you have any usage issues, please Google them yourself
Implement a simple light flashing system, where LEDs are on and off every two seconds
(1 second for each state) until the user presses a button.
Note: There are a number of ways to implement one-second delay. You can choose any
one of them. But you need to use the external interrupt to stop LEDs flashing.