-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
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
Using multiple GPIO interrupts is not supported yet (e.g. 4 on P4) #2650
Comments
The P4 is slightly weird in that it allows listening for a single event, but can route it to any or all of the 4 interrupt signals. We'll have to make sure we don't end up with a confusing API. I also suggest a separate, cfg-gated |
We're not stabilizing interrupts for 1.0 (context: #2900 (comment)), so we can't punt this till post 1.0 |
This comment was marked as off-topic.
This comment was marked as off-topic.
@tommasoclini please file a separate issue. |
I will, should i attach the whole project with Cargo.toml and Cargo.lock, or is the code snippet fine? |
No description provided.
The text was updated successfully, but these errors were encountered: