Closed
Description
I used the example sketch "CorrectADCResponse" with 10 bit and get the Correction of (0,0).
Then I used the following lines:
// Set default correction values and enable correction
analogReadResolution(10);
analogReadCorrection(0, 0);
And then the NANO 33 IOT is not able to measure anything!