def __init__(self, scl_pinno=5, sda_pinno=4): self.i2c = I2C(scl=Pin(scl_pinno, Pin.IN), sda=Pin(sda_pinno, Pin.IN))