Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
#include <Keypad.h>
Public Member Functions | |
Keypad (const uint16_t *map=NULL) | |
bool | ischanged () |
uint8_t | key () |
uint16_t | timestamp () |
Protected Attributes | |
uint16_t | m_timestamp |
uint8_t | m_key |
const uint16_t * | m_map |
Resistor ladder keypad read and debounce template class.
[in] | PIN | analog pin. |
[in] | DEBOUNCE | time limit (default 50 ms). |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |