Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-audio
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Teensy LC needs more time
Change delay(5) to delay(25)
dds
Frank
3 anni fa
parent
839f09f96a
commit
29657227d0
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
examples/WavFilePlayer/WavFilePlayer.ino
+ 1
- 1
examples/WavFilePlayer/WavFilePlayer.ino
Vedi File
@@ -92,7 +92,7 @@ void playFile(const char *filename)
playWav1.play(filename);
// A brief delay for the library read WAV info
delay(5);
delay(
2
5);
// Simply wait for the file to finish playing.
while (playWav1.isPlaying()) {
Write
Preview
Loading…
Annulla
Salva