We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two major smbus modules for Python, already:
But these are using Linux kernel i2c modules, so are not multi-platform, and I don't think there's a way to use them over USB.
I think it might be useful to create Python bindings for smbusb as well, preferably keeping the interface used by existing modules.
(Just wanted to start a discussion on that, feel free to comment.)
The text was updated successfully, but these errors were encountered:
The libsmbusb interface contains only smbus messages, it doesn't allow general I2C messages. It would require FW modifications to add I2C messaging.
Though a version without I2C features seem to e doable right now.
Sorry, something went wrong.
No branches or pull requests
There are two major smbus modules for Python, already:
But these are using Linux kernel i2c modules, so are not multi-platform, and I don't think there's a way to use them over USB.
I think it might be useful to create Python bindings for smbusb as well, preferably keeping the interface used by existing modules.
(Just wanted to start a discussion on that, feel free to comment.)
The text was updated successfully, but these errors were encountered: