ISRHandler

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.

Author: Jens D. Madsen

Maintainer: Jens D. Madsen

Read the documentation

Go to repository

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.