Adafruit Keypad Library
Public Attributes | List of all members
keypadEvent Union Reference

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
 

Detailed Description

key event structure


The documentation for this union was generated from the following file: