✅ 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 LEDfrom time import sleepled = LED(14)while True: led.on() print("Led Rojo ON") sleep(1) led.off() print("Led Rojo OFF") sleep(2)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!