TMRh20 / TMRpcm

Arduino library for asynchronous playback of PCM/WAV files direct from SD card. Arduino Uno,Nano,Mega etc supported
http://tmrh20.blogspot.com
597 stars 178 forks source link

ICRn is not declared with use Timer2 and Enable Recording #176

Closed Gaai closed 1 year ago

Gaai commented 2 years ago

With USE_TIMER2 and ENABLE_RECORDING uncommented, the library doesn't compile. "'ICRn' was not declared in this scope." When checking the code, this is indeed the case.

TMRh20 commented 2 years ago

Thats because recording isn't supported via Timer2 functionality :(