mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-19 10:32:37 +01:00
try to sync mp3 player with latest YAHAL
This commit is contained in:
@@ -28,7 +28,7 @@ private:
|
||||
pcm_audio_interface & _pcm_if;
|
||||
sd_reader_task & _sd_reader;
|
||||
mad_decoder _decoder{};
|
||||
gpio_rp2040_pin _led;
|
||||
gpio_rp2040 _led;
|
||||
uint8_t _mp3_buf[MP3_BUF_SIZE]{};
|
||||
uint32_t _pcm_rate;
|
||||
mad_timer_t _timer;
|
||||
|
||||
Reference in New Issue
Block a user