ESP32 for Arduino,读取电位器的返回值,程序如下,变量potVal的最大值可能是?( )
analogSetWidth(12);
int potVal =analogRead(A0);
12
255
1023
4095