Raspberry Pi - LED and Button Projects
Identify the error in this Raspberry Pi reaction game code snippet:
GPIO.setup(18, GPIO.OUT) GPIO.setup(23, GPIO.IN) GPIO.output(23, GPIO.HIGH) # Wait for button press on pin 23
