esp32_i2s_mp3_player/README.md
2021-09-29 08:31:36 +00:00

8 lines
311 B
Markdown

## SIMPLE MP3 PLAYER w/ LOOPING (MakePython ESP32 + AUDIO shield)
### adoption of following
- https://github.com/Makerfabs/Project_MakePython_Audio_Music/blob/master/music_player/music_player.ino
### this one supposed to be minimal/simple as possible.
- tried to remove unnecessary stuffs from original code