I think you need to add import machinefor this to work.
import machine
I'm only using Pin from machine, so I did from machine import Pin
Pin
machine
from machine import Pin
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Stay on the cutting edge, and shape tomorrow
I think you need to add
import machinefor this to work.I'm only using
Pinfrommachine, so I didfrom machine import Pin