Processor Interrupts with Arduino
Contributors:
JordanDee, Ell C
Resources and Going Further
Now that we have a bit better idea of how interrupts work, can you use them in your next project? Or if you want or need more information on interrupts, you can check out some of the links below:
- GitHub Link for Examples - Example code used in this tutorial.
- Arduino.cc
- attachInterrupt() - Information about what pins are reserved for interrupts and some example code.
- PinChangeInt Library - Provides an alternative to add pin change interrupts on any of the AVR-based Arduino pins.
Shawn Hymel also has some fun and informative video tutorials on interrupts. Check them out!
For more processor interrupt examples, check out these tutorials.
Sound Detector Hookup Guide
The Sound Detector is a microphone with a binary output. This guide explains how it works and how you can use it in your projects.
APDS-9960 RGB and Gesture Sensor Hookup Guide
Getting started guide for the Avago APDS-9960 color, proximity, and gesture sensor.
Getting Started with MicroPython and the SparkFun Inventor's Kit for micro:bit
Learn MicroPython with the micro:bit.
Or check out this related blog posts.