val = analogRead(A1); // 讀取類比信號(10位元). voltage = val * 5.0 / 1023.0; // 轉換電壓值. Serial.println(voltage); // 傳至序列埠監控視窗. delay(200);.
確定! 回上一頁