├── .gitignore ├── 550px-Miniplayer_pin_map.png ├── LICENSE ├── README.md ├── dfplayer.py ├── put.sh └── scanplayer.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/.gitignore -------------------------------------------------------------------------------- /550px-Miniplayer_pin_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/550px-Miniplayer_pin_map.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/README.md -------------------------------------------------------------------------------- /dfplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/dfplayer.py -------------------------------------------------------------------------------- /put.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/put.sh -------------------------------------------------------------------------------- /scanplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShrimpingIt/micropython-dfplayer/HEAD/scanplayer.py --------------------------------------------------------------------------------