ESP32 for Arduino程序如下,变量potVal的返回值的范围是0~511,请问程序中x的值为?( )
analogSetWidth(x); int potVal=analogRead(A0);
8
9
10
12