Hey,
i'm using the high density connectors on my Portentas and i'm trying to read the analog voltage on analog pin 7 (A7). Reading pin A1 to A6 works fine with:
analogRead(A1);
But how about A7? I've tried the port name PA6 with underscore (PA_6), but name refer to A6, not A7.... Which is the correct pin name for A7?
Thanks a lot!
Klaus