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

[BUG] Documentation and implementation of PCA9685 do not match #5155

Open
TD-er opened this issue Nov 8, 2024 · 0 comments · May be fixed by #5156
Open

[BUG] Documentation and implementation of PCA9685 do not match #5155

TD-er opened this issue Nov 8, 2024 · 0 comments · May be fixed by #5156
Labels
Category: Plugin Related to supported sensors Type: Bug Considered a bug Type: Documentation

Comments

@TD-er
Copy link
Member

TD-er commented Nov 8, 2024

The pcagpio as described in the documentation is incorrect.
I guess this might have been some copy/paste from the GPIO-expanders, but the pcagpio index can only be 0...15 according to the code.

I guess here only the documentation should be updated, as we can address the commands using the taskname as prefix, which is much more clear than some index derived from the I2C address.

@TD-er TD-er added Type: Bug Considered a bug Type: Documentation Category: Plugin Related to supported sensors labels Nov 8, 2024
@tonhuisman tonhuisman linked a pull request Nov 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Plugin Related to supported sensors Type: Bug Considered a bug Type: Documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant