Raspberry Pi - Automation and Scheduling
Given the code snippet below, why will it raise an error when executed?
import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.output(16, GPIO.HIGH)
