Raspberry Pi - Platform
You want to blink an LED connected to GPIO pin 23 on Raspberry Pi using Python. Which code snippet correctly blinks the LED once with 1 second ON and 1 second OFF?
GPIO.setmode(GPIO.BCM) and GPIO.setup(23, GPIO.OUT).True), wait 1 second, then OFF (False), wait 1 second correctly blinks once.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions