Skip to content

daisy::NeoTrellis::keyState

More...

#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

union daisy::NeoTrellis::keyState;

key state struct that will be written to seesaw chip keypad module

Public Attributes Documentation

variable STATE

uint8_t STATE;

the current state of the key

variable ACTIVE

uint8_t ACTIVE;

the registered events for that key

variable bit

struct daisy::NeoTrellis::keyState::@8 bit;

bitfield format

variable reg

uint8_t reg;

register format


Updated on 2024-01-03 at 19:41:01 +0000