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

Input interrupts #8

Closed
brian-armstrong opened this issue Jan 28, 2016 · 5 comments
Closed

Input interrupts #8

brian-armstrong opened this issue Jan 28, 2016 · 5 comments

Comments

@brian-armstrong
Copy link

Hi,

Have you considered adding input interrupts? You can get them from the files exposed by sysfs in /sys/class/gpio. I've made a library which does this at https://github.com/brian-armstrong/gpio

sysfs can also expose i2c and spi if you uncomment the modules in /boot/config.txt and then reboot. This might be an easy way for you to add i2c and spi functionality as well.

@curiositry
Copy link

curiositry commented Mar 21, 2017

Is this on the roadmap @stianeikeland?

@brian-armstrong
Copy link
Author

@curiositry Try mine, it's linked in my comment :)

@curiositry
Copy link

@brian-armstrong Thanks, I’ll take a look! I’ve already built this library into my app, though, and I’m hoping I won’t have to abandon it…

@stianeikeland
Copy link
Owner

I'm afraid I don't have time at the moment, but if anyone is willing then a PR is welcome :)

@brian-armstrong
Copy link
Author

@curiositry If you find my gpio lib lacking anything just let me know :)

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

3 participants