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
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.
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.