TcMenu / TaskManagerIO

A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
124 stars 14 forks source link

BasicInterruptAbstraction must call digitalPinToInterrupt for most Arduino boards #26

Closed davetcc closed 3 years ago

davetcc commented 3 years ago

For most Arduino boards we must call digitalPinToInterrupt to ensure we get the right interrupt pin in BasicInterruptAbstraction.