davecheney / gpio

GPIO for Go
BSD 2-Clause "Simplified" License
228 stars 52 forks source link

Feature/irq #8

Closed tylerstillwater closed 11 years ago

tylerstillwater commented 11 years ago

Interrupts seem to be working fine. I've removed the pin and state arguments to the IRQEvent func as they weren't necessary. We know the pin by virtue of the object we are using, and we can get the state by calling for it explicitly when needed.

@davecheney please review.

davecheney commented 11 years ago

Opps, sorry I botched this PR, please pull from master and merge it in, then maybe reset the PR from your fork.

tylerstillwater commented 11 years ago

Branch botched.