kidoman / embd

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

gpio: adding interrupt #11

Closed SjB closed 10 years ago

SjB commented 10 years ago

this is inspired by Dave Cheney's gpio library and his work on EPOLL

SjB commented 10 years ago

This is a new implementation of my previous gpio interrupt code. I moved everything I could into the host/generic module. This should allow for other implementation of interrupt.

kidoman commented 10 years ago

Thanks for contributing. Will go through the changes asap and get back to you

kidoman commented 10 years ago

This is great!