The issue is your semicolon. #define does not require a semicolon on the end of it. #define PIN_MICROPHONE 13 void loop() { analogRead(PIN_MICROPHONE); }.
確定! 回上一頁