Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPST button control #5

Open
andiggity opened this issue Oct 27, 2020 · 0 comments
Open

SPST button control #5

andiggity opened this issue Oct 27, 2020 · 0 comments

Comments

@andiggity
Copy link

Any chance you will add gpio push button control?

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant