Adafruit Keypad Library
|
key event structure More...
#include <Adafruit_Keypad.h>
Public Attributes | |
struct { | |
uint8_t KEY: 8 | |
the keycode | |
uint8_t EVENT: 8 | |
the edge | |
uint8_t ROW: 8 | |
the row number | |
uint8_t COL: 8 | |
the col number | |
} | bit |
bitfield format | |
uint32_t | reg |
register format | |
key event structure