0

My goal is to play sounds with my Arduino Nano Every. I tried the example sketch that comes with the library but I get the error:

**WARNING: library TMRpcm-master claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).**

Is there such a big difference between the Nano and Nano every?

jsotola
  • 1,554
  • 2
  • 12
  • 20
ADude
  • 27
  • 2

1 Answers1

1

I opened a issue on GitHub and the result is: tmrpcm only runs on avr architecture so it is incompatible with megaavr architecture(s).

ADude
  • 27
  • 2