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
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
As of now, the GPIO library's ToggleDetected method clears the interrupt flag after method is called, making it difficult for multiple threads to use the same GPIO. Finding a more idiomatic way to use the GPIO library within app.cpp, or changing the library such that multiple threads can use the method would make the code much easier to parse and easier to work on.
The text was updated successfully, but these errors were encountered:
As of now, the GPIO library's ToggleDetected method clears the interrupt flag after method is called, making it difficult for multiple threads to use the same GPIO. Finding a more idiomatic way to use the GPIO library within app.cpp, or changing the library such that multiple threads can use the method would make the code much easier to parse and easier to work on.
The text was updated successfully, but these errors were encountered: