edit comments
This commit is contained in:
parent
a9a9664c8f
commit
e166f9faee
1 changed files with 2 additions and 2 deletions
|
|
@ -32,12 +32,12 @@ int n_keychg = 0;
|
||||||
// --> for monitoring only 'changed' keys.
|
// --> for monitoring only 'changed' keys.
|
||||||
|
|
||||||
#define NUMCOLS 14
|
#define NUMCOLS 14
|
||||||
int pins_cols[NUMCOLS] = {40, 39, 38, 37, 36, 35, 34, 33, 19, 20, 18, 17, 15, 16}; //16
|
int pins_cols[NUMCOLS] = {40, 39, 38, 37, 36, 35, 34, 33, 19, 20, 18, 17, 15, 16}; //14
|
||||||
// --> cols is horizontal offsets on the board
|
// --> cols is horizontal offsets on the board
|
||||||
// --> to be read as input.
|
// --> to be read as input.
|
||||||
|
|
||||||
#define NUMROWS 3
|
#define NUMROWS 3
|
||||||
int pins_rows[NUMROWS] = {6, 7, 8};
|
int pins_rows[NUMROWS] = {6, 7, 8}; //3
|
||||||
// --> rows is vertical offsets on the board
|
// --> rows is vertical offsets on the board
|
||||||
// --> to be driven as output (or high impedance)
|
// --> to be driven as output (or high impedance)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue