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
Hi there,
I looked at your source code and I wondered, is there any reason why you do not use a machine I2C API, for example the I2C class from MicroPython or smbus? Instead you are bit-banging in software.
The text was updated successfully, but these errors were encountered:
Hey, apparently the comm protocol is not quite I2C, as you don't really R/W data into addresses. It's an obscure one, not widely supported. But just check the datasheet for more info
Hi there,
I looked at your source code and I wondered, is there any reason why you do not use a machine I2C API, for example the I2C class from MicroPython or smbus? Instead you are bit-banging in software.
The text was updated successfully, but these errors were encountered: