logo

Crowdly

en qué PIN (pin NO.) de la imagen debe estar conectado el led para que el progra...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

en qué PIN (pin NO.) de la imagen debe estar conectado el led para que el programa funcione?

from gpiozero import LED

from time import sleep

led = LED(14)

while True:

  led.on()

  print("Led Rojo ON")

  sleep(1)

  led.off()

  print("Led Rojo OFF")

  sleep(2)

More questions like this

Want instant access to all verified answers on educaciodigital.cat?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!