You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have played around with different commands like:
GPIO.setwarnings(False) # Ignore warning for now
GPIO.setmode(GPIO.BCM) # set up BCM GPIO numbering
GPIO.setup(16, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.add_event_detect(16, GPIO.FALLING, callback=CapturePhoto, bouncetime=2500)
So far no luck. Any ideas/ suggestions?
The text was updated successfully, but these errors were encountered:
Any chance you will add gpio push button control?
I have played around with different commands like:
So far no luck. Any ideas/ suggestions?
The text was updated successfully, but these errors were encountered: