Thanks, that helped.
This fixed it for me:
This fixed it for me:
Code:
>>> from machine import I2C>>> i2c = I2C(id=0, scl=machine.Pin(1), sda=machine.Pin(0)) # GPIO pin numbers>>> i2c.scan()[87, 95, 104, 112]>>>
Statistics: Posted by JKJ — Thu Sep 05, 2024 5:49 pm