Raspberry Pi - GPIO Basics with Python
Identify the issue in this code snippet:
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.setup(17, GPIO.OUT)
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.setup(17, GPIO.OUT)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions