Signal Input/Output
A flexible, reusable interrupt handler class for Arduino, allowing template-based interrupt management.
This library provides a safe and flexible, reusable way to manage interrupts. It supports multiple interrupts with configurable interrupt modes (RISING, FALLING, CHANGE) and is optimized for low-memory systems such as 8/16-bit Arduino boards.
Maintainer: Jens D. Madsen
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.