// put your main code here, to run repeatedly: val = analogRead(potPin); //讀取電壓數值; Serial.println(val); //印出電壓數值; delay( ...
確定! 回上一頁