[SOLVED] Timer interrupts with ATtiny - Arduino Forum
I think the problem is solved, for the moment. ATTiny85 and 84, and the timer (s), porting code from ATMega328. Hello I am trying to program an ATtiny microcontroller, but it crashes when I add any interrupt routine; for instance, I compiled with avr-gcc the following code #include <avrio. h> #include <utildelay. h> #include <av….
more
|