No description
Find a file
2021-09-29 08:30:44 +00:00
include init 2021-09-29 17:21:13 +09:00
lib init 2021-09-29 17:21:13 +09:00
src init 2021-09-29 17:21:13 +09:00
test init 2021-09-29 17:21:13 +09:00
.gitignore init 2021-09-29 17:21:13 +09:00
.gitmodules init 2021-09-29 17:21:13 +09:00
platformio.ini init 2021-09-29 17:21:13 +09:00
README Add README 2021-09-29 08:30:44 +00:00

## 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