Structure representing a GPIO event. More...
#include <GpioEvent.h>
Public Attributes | |
uint16_t | pin |
uint16_t | edge |
It is used to encapsulate information about a GPIO pin and the type of edge event (rising or falling). It is condensed to 4 bytes so that it can be easily passed by value.
Definition at line 11 of file GpioEvent.h.
uint16_t GpioEvent::edge |
Definition at line 13 of file GpioEvent.h.
Referenced by App::onEvent().
uint16_t GpioEvent::pin |
Definition at line 12 of file GpioEvent.h.
Referenced by App::onEvent().