sd_i2s+sd_vs_v6

This commit is contained in:
e2002
2022-12-20 15:37:08 +03:00
parent 2a2bbf2c16
commit 345510a58b
6 changed files with 46 additions and 23 deletions

View File

@@ -26,10 +26,13 @@ class Player: public Audio {
bool requestToStart;
void zeroRequest();
SemaphoreHandle_t playmutex=NULL;
bool lockOutput = true;
public:
Player();
void init();
void loop();
void initHeaders(const char *file);
void loopreader();
void play(uint16_t stationId, uint32_t filePos=0);
void stop(const char *nttl = NULL);
void prev();