Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
G6EJD committed Dec 15, 2017
1 parent 158b5ef commit 38c7382
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Audio_Input_Tester.ino
@@ -0,0 +1,11 @@
void setup() {
Serial.begin(256000);
}

void loop() {
// If using an electret microphone unit, then it needs adjusting
// Select the Tools/Serial Plotter and use the display as an oscilloscope
// Don't forget to select the correct speed! 256000
// Connect audio to A0 or VP or VN
Serial.println(analogRead(A0));
}

0 comments on commit 38c7382

Please sign in to comment.