We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Trying again raised this error.
FREERTOS ASSERT ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) )
Both the SP and I²C bus are used. I tried with multiple GPIOs, both analog like A0 and digital like D1, to no avail.
A0
D1
Sorry, something went wrong.
No branches or pull requests
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: