Save
Share
Docs
Sign in
Sign up
main.py
diagram.json
from machine import Pin from time import sleep led = Pin(2,Pin.OUT) led.off()
➡
Simulation