You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10-bit support is very rare. Many drivers don't support it either, like the Raspberry Pi 3. Don't know about model 4, though.
Now, smbus2 builds upon the Linux kernel for i2c/SMBus communication. You should for example check what's said about 10-bit support in kernel.org's I2C/SMbus section. It's far from straight forward...
Even though this library probably can't help you in your quest, it can at least help detecting whether your HW supports 10-bit or not.
Hello! Please tell me, I don't understand.
how to read/write devices with 10-bit address.
is it possible to do with this project?
The text was updated successfully, but these errors were encountered: