Update main.py

master
Ebbe Baß 2021-11-09 18:37:56 +01:00
parent 43496a0936
commit 80def56b11
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if __name__ == '__main__':
GPIO.setup(26, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(19, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.add_event_detect(13, GPIO.BOTH, callback=led_power_toggle, bouncetime=300)
GPIO.add_event_detect(26, GPIO.BOTH, callback=led_power_toggle, bouncetime=300)
GPIO.add_event_detect(19, GPIO.BOTH, callback=change_idle_mode, bouncetime=300)
# GPIO.add_event_detect(13, GPIO.BOTH, callback=test, bouncetime=300)
# GPIO.add_event_detect(19, GPIO.BOTH, callback=test, bouncetime=300)