daisy::NeoTrellis::keyState¶
#include <neotrellis.h>
Public Attributes¶
Name | |
---|---|
uint8_t | STATE the current state of the key |
uint8_t | ACTIVE the registered events for that key |
struct daisy::NeoTrellis::keyState::@8 | bit bitfield format |
uint8_t | reg register format |
Detailed Description¶
key state struct that will be written to seesaw chip keypad module
Public Attributes Documentation¶
variable STATE¶
the current state of the key
variable ACTIVE¶
the registered events for that key
variable bit¶
bitfield format
variable reg¶
register format
Updated on 2024-01-03 at 19:41:01 +0000