-
Notifications
You must be signed in to change notification settings - Fork 103
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
lack of multiple arguments support for some APIs #54
Comments
priority: low |
pjueon
changed the title
Multiple arguments support for some APIs
Need multiple arguments support for some APIs
Jun 15, 2022
pjueon
changed the title
Need multiple arguments support for some APIs
lack of multiple arguments support for some APIs
Jun 16, 2022
pjueon
added a commit
that referenced
this issue
Jul 5, 2022
add support for cleaning up multiple channels - related to the issue #54 - usage: GPIO::cleanup({chan1, chan2});
add multiple arguments support for |
add multiple arguments support for |
add multiple arguments support for |
Now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multiple arguments support for some APIs like the Nvidia's official
Jetson.GPIO
is missing.Functionally, it is not a big deal but it would be great if the library covers all public APIs of the official
Jetson.GPIO
.The text was updated successfully, but these errors were encountered: