damellis / PCM

Arduino library for simple playback of audio samples using pulse-code modulation.
http://hlt.media.mit.edu/?p=1963
81 stars 25 forks source link

Comments indicate works on ATMega168, no mention of newer processors. #2

Closed ofloveandhate closed 7 years ago

ofloveandhate commented 7 years ago

comment in PCM.h indicates the code works on ATMega168. But newer Arduino such as the Uno or the Pro Mini use a 328, which appear to have superceded the 168.

Does this code work with a 328? This post using an Uno seems to indicate true.

damellis commented 7 years ago

Yes, this code works with the 328.