Raspberry Pi - LED and Button Projects
Which of the following is the correct way to set up a GPIO pin 17 as an output for the LED in Python using RPi.GPIO?
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
# What goes here?Which of the following is the correct way to set up a GPIO pin 17 as an output for the LED in Python using RPi.GPIO?
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
# What goes here?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions