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 pull-up/pull-down support for GPIO #19

Open
mrmorphic opened this issue Jan 17, 2014 · 0 comments
Open

Add pull-up/pull-down support for GPIO #19

mrmorphic opened this issue Jan 17, 2014 · 0 comments

Comments

@mrmorphic
Copy link
Owner

This might come under "unsafe" module territory, as kernel drivers don't appear to support pud configuration. Need to test if this works reliably, and provide a way for consumer to indicate unsafe ops are OK. GPIO module is currently common to both rpi and BBB, but memory-mapped I/O will be very different, so perhaps some way to add extensions to a module. Otherwise create alternate modules, but alot of work. OTOH, if all GPIO is memory mapped, it will be extremely fast,

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

No branches or pull requests

1 participant