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

roadmap(GPIO): use variadic constructor functions to allow for additional params, similar to i2c drivers #998

Closed
gen2thomas opened this issue Oct 19, 2023 · 1 comment
Assignees

Comments

@gen2thomas
Copy link
Collaborator

gen2thomas commented Oct 19, 2023

Implementing with the architecture according to Uber Go Style Guide seems to have some advantages over the currently used "func(object)" style in i2c package, so I will going in this direction. As far as I can see, the gpiod project also use this approach (slightly adjusted).

@gen2thomas gen2thomas self-assigned this Nov 21, 2023
@gen2thomas gen2thomas added the in work the implementation or bug fix is in work by developers label Nov 23, 2023
@gen2thomas gen2thomas added done on dev the feature or bug is solved on dev branch and wait for merge to release branch and removed in work the implementation or bug fix is in work by developers labels Dec 3, 2023
@gen2thomas
Copy link
Collaborator Author

fix released with v2.3.0

@gen2thomas gen2thomas removed the done on dev the feature or bug is solved on dev branch and wait for merge to release branch label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant