Introduction - If you have any usage issues, please Google them yourself
This example shows how to configure external interrupt lines.
In this example, the EXTI Line0 (connected to PA0 pin) is configured to generate
an interrupt on each rising edge. In the interrupt routine a led connected to
PD.12 pin is toggled.