Raspberry Pi - LED and Button Projects
Identify the error in this Raspberry Pi Python code snippet for controlling an LED:
GPIO.setmode(GPIO.BCM) GPIO.setup(12, GPIO.OUT) GPIO.output(12, HIGH)
