Skip to content

An example showing how external interrupts work. Pushing a button triggers the blinking of a LED.

License

Notifications You must be signed in to change notification settings

Ovidiu22/externalInterrupts

Repository files navigation

externalInterrupts

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.

#Schematic: Schematic

About

An example showing how external interrupts work. Pushing a button triggers the blinking of a LED.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published