ESP32 for Arduino,读取电位器的返回值,程序如下,变量 potVal 值的范围是? ( )
analogSetWidth(10);
int potVal = analogRead(A0);
0/1
0~511
0~1023
0~4095