Lib #162 - PCM by TMRh20

Hi guys!

Trying to get simple WAV playback via Arduino. Found the “de-facto” library for that: PCM by TMRh20, which is in PIO repo.
But the library seem broken to me. There is no headers, examples, etc. When I include TMRpcm.h or PCM.h they are not found.
Can anyone have look?

The metadata is indeed incomplete / badly written but it should clone the contents of the actual repository (GitHub - TMRh20/TMRpcm: Arduino library for asynchronous playback of PCM/WAV files direct from SD card. Arduino Uno,Nano,Mega etc supported) just fine.

Look at the repo examples. You have to include TMRpcm.h.

1 Like

Fixed in PlatformIO Registry

Please uninstall/install library again.

1 Like