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
I am trying out this library with Nodemcu, Micropython 1.10 installed. The Configuration A part, line i2c.writeto_mem(30, 0x00, pack('B', 0b111000)) returns OSError: [Errno 19] ENODEV. I have 10K pull-up resistors on hardware i2c pins (GPIO 5 and GPIO 4). What could wrong here?