SoftI2C writeto problem #11943
Unanswered
kjm1102
asked this question in
Libraries & Drivers
Replies: 1 comment
-
The argument |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to https://docs.micropython.org/en/latest/library/machine.I2C.html?highlight=softi2c#machine.SoftI2C the format for writing to a device is I2C.writeto(addr, buf, stop=True, /), but
gives
Can someone explain what I'm doing wrong please?
Beta Was this translation helpful? Give feedback.
All reactions