From 79a5bf5b58f20466a058deefcd7cf1bb9d1ef381 Mon Sep 17 00:00:00 2001 From: doohoyi Date: Wed, 29 Sep 2021 08:30:44 +0000 Subject: [PATCH] Add README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..69fb695 --- /dev/null +++ b/README @@ -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