Update main.py

master
Ebbe Baß 2021-11-09 18:30:31 +01:00
parent 395584ef70
commit c6b094ba49
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ if __name__ == '__main__':
GPIO.setup(13, 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(19, GPIO.BOTH, callback=change_idle_mode, bouncetime=300)
# GPIO.add_event_detect(13, 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)