tonyp7
tonyp7
It seems like the reset pin cannot be used as a digital IO on the 44/84 ATTiny. Am I missing something? Thanks!
Just a note to say I've tried on a DCS-8330LH and it works. Awesome!
**Note: not an actual issue.** It would be nice to have a wiki showing up various compatible hardwares and project derived from your code. Right now I am building a...
Most notably deprecated functions: **Deprecated functions:** C:/msys32/home/tony/esp/ESP32_MP3_Decoder/components/audio_renderer/audio_renderer.c:133:13: warning: 'i2s_write_bytes' is deprecated [-Wdeprecated-declarations] bytes_written = i2s_write_bytes(renderer_instance->i2s_num, buf, bytes_left, 0); C:/msys32/home/tony/esp/ESP32_MP3_Decoder/components/audio_renderer/audio_renderer.c:182:13: warning: 'i2s_push_sample' is deprecated [-Wdeprecated-declarations] bytes_pushed = i2s_push_sample(renderer_instance->i2s_num, (const char*) &sample,...