PaulStoffregen / TimerOne

TimerOne Library with optimization and expanded hardware support
http://www.pjrc.com/teensy/td_libs_TimerOne.html
470 stars 209 forks source link

Missing support for Atmega128 #66

Open giabattag opened 10 months ago

giabattag commented 10 months ago

Good morning,

I would like to use TimerOne on Atmega128 through MegaCore (https://github.com/MCUdude/MegaCore). Is it doable? How should I modify the program? I am interested mainly in the "attachInterrupt" and "detachInterrupt" functions.

Thank you for your time.

nathancheek commented 3 months ago

I just submitted PR #67 that adds support for the ATmega128.