sd_i2s+sd_vs_v4

This commit is contained in:
e2002
2022-12-16 17:10:11 +03:00
parent a2ba963027
commit 4a68c16fef
10 changed files with 36 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ class Player: public Audio {
Player();
void init();
void loop();
void play(uint16_t stationId);
void play(uint16_t stationId, uint32_t filePos=0);
void stop(const char *nttl = NULL);
void prev();
void next();