You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import gpiozero # The GPIO library for Raspberry Pi
import time # Enables Python to manage timing
led = gpiozero.LED(11) # Reference GPIO17
while True:
led.on() # Turn the LED on
time.sleep(1)
led.off() # Turn the LED off
time.sleep(1) # Pause for 1 second
randomly light up red 3-4 diodes
microphones work fine
The text was updated successfully, but these errors were encountered:
LEDs do not light up
but if you run the script
randomly light up red 3-4 diodes
microphones work fine
The text was updated successfully, but these errors were encountered: