Add files via upload

master
G6EJD 2017-12-15 23:36:46 +00:00 zatwierdzone przez GitHub
rodzic 158b5efcd5
commit 38c7382729
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -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));
}