adafruit / Adafruit_VS1053_Library

This is a Arduino library for the Adafruit VS1053 Codec Breakout and Music Maker Shields
https://www.adafruit.com/products/1381
135 stars 113 forks source link

examples/feather_player: Make the track playing actually asynchronous #32

Closed ynezz closed 5 years ago

ynezz commented 7 years ago

There's a lot of comments in the example file, that the file should be played in the background, but actually the example was using synchronous playFullFile() method instead of asynchronous, interrupt driven playback method startPlayingFile().

Signed-off-by: Petr Štetiar ynezz@true.cz