Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can I use the upper pins of the M5StickC? The Grove Port is like this for me from machine import I2C, Pin i2c = I2C(scl=Pin(32), sda=Pin(33), freq=100000) sensor = sht31.SHT31(i2c, addr=0x44) only the upper ports don't work.
You should use 0,26 pins : Wire.begin(0,26)