Add README

This commit is contained in:
Dooho Yi 2021-09-29 08:30:44 +00:00
parent 247cad3d78
commit 79a5bf5b58

7
README Normal file
View file

@ -0,0 +1,7 @@
## 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