#include <BasicInterruptAbstraction.h>
For Arduino devices when NOT using IoAbstraction, this is the minimum possible implementation that can call through to the Arduino platform ::attachInterrupt call. You can pass a pointer to one of these to the task manager interrupt functions. If you are using IoAbstraction, all IoAbstractionRef's implement InterruptAbstraction.