Update main.py
parent
f48cc2cc60
commit
43496a0936
2
main.py
2
main.py
|
@ -94,7 +94,7 @@ if __name__ == '__main__':
|
|||
strip.begin()
|
||||
GPIO.setmode(GPIO.BCM)
|
||||
|
||||
GPIO.setup(13, GPIO.IN, pull_up_down=GPIO.PUD_UP)
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue