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

Add a pull up Option for physical Control #115

Open
TimPGamer opened this issue Jan 3, 2025 · 0 comments
Open

Add a pull up Option for physical Control #115

TimPGamer opened this issue Jan 3, 2025 · 0 comments

Comments

@TimPGamer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I cant use timelapse, as it isnt implemented (yet), so i‘d Like to use the Pins with a Timer to trigger the cam in a certain timed way. So physical Control. Sadly i can only make it so, that the Line goes high and not low.

Describe the solution you'd like
At the bottom or top of the pin selection a Little dropdown with the Option of selecting pull up or pull down.

Describe alternatives you've considered
Maybe a Little extra Tutorial in the Readme, to Tell the ppl, how to get around it, by changing the Code, Like i did, by Adding „, pull_up = False“.

Additional context
I also had to get out the GPIOzero docs to Figuren out how the Button works. So maybe in the Future an explanaition would be nice. Also all of this Applies to the LED, just with the difference that ist Named „active_high“.

Additional resources
https://gpiozero.readthedocs.io/en/stable/api_input.html#button (Button)
https://gpiozero.readthedocs.io/en/stable/api_output.html#led (LED)

Tutorial for others
To change the Button pull_up, Go to App.py and Insert „, pull_up = False“ in line 200 After or before „, bounce_time = 0.1“.
IMG_0275

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