Update main.py
parent
c6b094ba49
commit
c743b86ea5
8
main.py
8
main.py
|
@ -99,10 +99,10 @@ 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=test, bouncetime=300)
|
||||
GPIO.add_event_detect(19, GPIO.BOTH, callback=test, 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)
|
||||
|
||||
try:
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue