edit comments

This commit is contained in:
Dooho Yi 2023-04-13 11:48:10 +09:00
parent a9a9664c8f
commit e166f9faee

View file

@ -32,12 +32,12 @@ int n_keychg = 0;
// --> for monitoring only 'changed' keys.
#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
// --> to be read as input.
#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
// --> to be driven as output (or high impedance)