key state struct that will be written to seesaw chip keypad module
#include <neotrellis.h>
Public Attributes | ||
struct { | ||
uint8_t STATE: 1 | ||
the current state of the key More... | ||
uint8_t ACTIVE: 4 | ||
the registered events for that key More... | ||
} | bit | |
bitfield format | ||
uint8_t | reg | |
register format | ||
uint8_t daisy::NeoTrellis< Transport >::keyState::ACTIVE |
the registered events for that key
struct { ... } daisy::NeoTrellis< Transport >::keyState::bit |
bitfield format
uint8_t daisy::NeoTrellis< Transport >::keyState::reg |
register format
uint8_t daisy::NeoTrellis< Transport >::keyState::STATE |
the current state of the key