Skip to content
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

Closed
pjueon opened this issue Mar 1, 2022 · 5 comments
Closed

lack of multiple arguments support for some APIs #54

pjueon opened this issue Mar 1, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pjueon
Copy link
Owner

pjueon commented Mar 1, 2022

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.

@pjueon pjueon added the enhancement New feature or request label Mar 1, 2022
@pjueon pjueon self-assigned this Mar 1, 2022
@pjueon
Copy link
Owner Author

pjueon commented Jun 15, 2022

priority: low

@pjueon pjueon changed the title Multiple arguments support for some APIs Need multiple arguments support for some APIs Jun 15, 2022
@pjueon 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});
@pjueon
Copy link
Owner Author

pjueon commented Jul 8, 2022

add multiple arguments support for cleanup: #71

@pjueon pjueon added this to the v2.0 milestone Oct 31, 2023
@pjueon
Copy link
Owner Author

pjueon commented Nov 5, 2023

add multiple arguments support for setup: #99

@pjueon
Copy link
Owner Author

pjueon commented Nov 14, 2023

add multiple arguments support for output: #102

@pjueon
Copy link
Owner Author

pjueon commented Nov 14, 2023

Now JetsonGPIO covers all public APIs of the official Jetson.GPIO (as far as I know). Closing this.

@pjueon pjueon closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant