Hi,
I'm using a nano BLE
I would like to use analog input for my matrix button.
I've a problem to declare pin number, how can I make difference between A7 and D7.
The columns are D13 D7 A2 A3 A4
The rows are A5 A6 A7 D9 D8
If I try
byte cols[] = {D13,D7,A2,A3,A4};
byte rows[] = {A5,A6,A7,D9,D8};
I've declarations error
error: 'D7' was not declared in this scope