keypad library  v1.1.6
Matrix Keypad Library
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