Raspberry Pi - GPIO Basics with Python
Which of the following is the correct syntax to set GPIO pin 17 as an output pin?
GPIO.setup(pin, mode) is used to set pin mode.GPIO.OUT sets the pin as output.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions