OurBigBook
About
$
Donate
Sign in
Sign up
cirosantilli
/
rpi-pico-w
/
upython
/
led_off.py
by
Ciro Santilli
(
@cirosantilli,
40
)
rpi-pico-w/upython/led_off.py
import machine led = machine.Pin('LED', machine.Pin.OUT) led.off()