-
Notifications
You must be signed in to change notification settings - Fork 11
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
i2c full features #40
Comments
https://gist.github.com/guymcswain/c0f34c4cd6a38bfc2fd3108a1da3ae8d
Have a look at these wrappers for i2c. I did then a while back and they’re
not fully tested. I would accept a pull request if that is similar to this
style.
Thanks.
…On Sun, Jan 22, 2023 at 3:00 AM btsimonh ***@***.***> wrote:
I'd like to use more comprehensive i2c support, e.g. commands to read and
write registers.
Use case is PCA9685 for control of servos.
Was there some reason why this is not a good addition?
(I've started coding it, but don't have much low level i2c experience, so
it would be good to know if there are glaring gotchas..)
br,
Simon
—
Reply to this email directly, view it on GitHub
<#40>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDHTDHSDLAE62DIK4BWUZLWTTZJRANCNFSM6AAAAAAUC32PZM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes, the implementation follows that pattern - those functions are already in your release version, so were easy to duplicate :). For mine, I've successfully used
but Do you know if there is a way to log communications between I'll PR at least the functions that work once I've used them for a while successfully. br, |
I'd like to use more comprehensive i2c support, e.g. commands to read and write registers.
Use case is PCA9685 for control of servos.
Was there some reason why this is not a good addition?
(I've started coding it, but don't have much low level i2c experience, so it would be good to know if there are glaring gotchas..)
br,
Simon
The text was updated successfully, but these errors were encountered: