ArminJo / Talkie

Refurbished Arduino version of the Talkie library from Peter Knight.
GNU General Public License v3.0
214 stars 52 forks source link

Compatibility with ATmega4809 #19

Closed kingKzK closed 3 years ago

kingKzK commented 3 years ago

Arduino Nano Every has 16 Bit Timers (5 actually) and its more "powerful" than ATmega32u4 (16mhz vs 20mhz). And works on 32u4...

is there any way to make it work on the 4809?

ArminJo commented 3 years ago

You just have to modify the Talkie::initializeHardware() function 😀. It contains a lot of examples for different platforms.

FuzzkingCool commented 2 years ago

@kingKzK Did you ever get this to work? If so, would it be possible to share or put in as Pull Request? Cheers :)