Raspberry Pi - GPIO Basics with Python
Find the mistake in this code that causes an error:
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.output(16, GPIO.HIGH)
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.output(16, GPIO.HIGH)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions