The approach I’m referring to is the “writing your own” approach. In the case of GPIO pins, the state necessary to determine the pin number has already been erased before the callback is called. I...
Type: Posts; User: shawn
The approach I’m referring to is the “writing your own” approach. In the case of GPIO pins, the state necessary to determine the pin number has already been erased before the callback is called. I...
This approach is actually necessary if you don't use global variables to keep state. As I do more callback-based Arduino-style programming, I'm realizing that it's difficult, without jumping through...