Explorar el Código

Add filename requirements comment to WavFilePlayer example

dds
PaulStoffregen hace 9 años
padre
commit
83b56e142b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/WavFilePlayer/WavFilePlayer.ino

+ 1
- 1
examples/WavFilePlayer/WavFilePlayer.ino Ver fichero

@@ -98,7 +98,7 @@ void playFile(const char *filename)


void loop() {
playFile("SDTEST1.WAV");
playFile("SDTEST1.WAV"); // filenames are always uppercase 8.3 format
delay(500);
playFile("SDTEST2.WAV");
delay(500);

Cargando…
Cancelar
Guardar