from time import sleep # get the GPIO Library import RPi.GPIO as GPIO #BCM GPIO input pin 24 (aangesloten op header18) GPIO.setmode(GPIO.BCM) GPIO.setup(24, GPIO.OUT) #uit GPIO.output(24, 0)