You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C project to demonstrate the functionality of external interrupts. Arduino Nano is used as MCU.
Using a button to set the pin PIND2 low, the firing interrupt INT0 triggers an LED on the pin PIND7 to blink.