Playing and controlling MP3s works great. \o/

This commit is contained in:
2019-08-06 20:50:11 +02:00
parent 2a7dd5d8a1
commit b8d4d6bb92
12 changed files with 432 additions and 193 deletions

View File

@ -34,3 +34,7 @@
#define PIN_BTN_TRACK_PREV D7
#define DEBOUNCE_MILLIS 100
#define VOLUME_DEFAULT 0xA0
#define VOLUME_MIN 0x60
#define VOLUME_MAX 0xC0
#define VOLUME_STEP 0x08