Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
信号は正弦波であるため、arduino は異なる値を読み取る必要があります。別の信号周波数と別の delay() を使用してみましたが、それでも一定の値が表示されます。どんな助けでも大歓迎です!ありがとう!!
アナログ入力の実際の読み取り値を送信していません。あなたのコードは次のようになります
void loop(){ int adcRead = analogRead(A2); Serial.println(adcRead); delay(2); }