Closed tylerstillwater closed 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.
Opps, sorry I botched this PR, please pull from master and merge it in, then maybe reset the PR from your fork.
Branch botched.
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.