keypad library
v1.1.6
Matrix Keypad Library
Main Page
Files
File List
Globals
keypad.h
Go to the documentation of this file.
1
17
#include "simpletools.h"
18
34
void
keypad_setup(
int
rowCount,
int
columnCount,
35
int
*rowPinCons,
int
*columnPinCons,
36
int
*buttonValues);
37
44
int
keypad_read(
void
);
45
52
int
keypad_getNumber(
void
);
53
59
int
keypad_getNumberEndKey(
void
);
// getNumber function
60
72
int
keypad_readFrom(
int
button);
73
74
Generated on Fri Jun 2 2017 17:02:21 for keypad library by
1.8.1.2