kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

Ported Dave Cheney Interruptable GPIO code. #4

Closed SjB closed 10 years ago

SjB commented 10 years ago

Dave Cheney had written some nice code to capture the Interrupt from the GPIO pin using EPOLL. This is a port of his code to your package.

kidoman commented 10 years ago

First of all thanks for the PR! We have not even released to the wild yet.

@kunalpowar and me were talking about this feature just yesterday. And today we have a PR for the exact same thing. I will go through the changes asap and get back to you.

brutella commented 10 years ago

Are there plans to merge this anytime soon?

SjB commented 10 years ago

brutella, these code don't meet the embd guideline. I need to update them. Good news is that I have a new version and I'll be submitting it to kidoman in the next few days.