logo

Crowdly

Según el código python de más abajo utilizado en la práctica del LED. Cuanto tie...

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

Según el código python de más abajo utilizado en la práctica del LED. Cuanto tiempo estarà el LED apagado?

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!