├── .gitignore ├── LICENSE ├── README.md ├── Serial MP3 Player v1.0 Manual.pdf ├── main.py ├── mp3.py └── yx5300.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/README.md -------------------------------------------------------------------------------- /Serial MP3 Player v1.0 Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/Serial MP3 Player v1.0 Manual.pdf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/main.py -------------------------------------------------------------------------------- /mp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/mp3.py -------------------------------------------------------------------------------- /yx5300.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umarsear/ESP8266-Connected-MP3-Player/HEAD/yx5300.py --------------------------------------------------------------------------------