Pin G26 G36
-
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)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login