ATTiny441 and ATTiny841

Issue #34 resolved
Former user created an issue

The v1.9 library did not compile for these two new attiny's.

I added them in the .h file:

// Disable the timer interrupts when using ATmega128 and all ATtiny microcontrollers.
#if defined (__AVR_ATmega128__) || defined (__AVR_ATtiny24__) || defined (__AVR_ATtiny44__) || defined (__AVR_ATtiny441__) || defined (__AVR_ATtiny84__) || defined (__AVR_ATtiny841__) || defined (__AVR_ATtiny25__) || d.......

Should be in the next update.

Comments (3)

  1. Log in to comment