You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @rei-vilo,
All GPIO pins are interrupt capable - you can register callbacks to them.
The assertion you posted is resulting from calling an OS function (likely delay) from the callback function. Be careful - the callbacks are invoked from an interrupt context. If you post your sketch I can help you hunt down the issue which causes the assertion.
Summary
Which Arduino Nano Matter GPIOs are interrupt-capable?
The https://docs.arduino.cc/resources/pinouts/ABX00112-full-pinout.pdf does not provide this information.
Thank you!
The text was updated successfully, but these errors were encountered: