folgender Quelltext:
Naja, und danach spinnen alle digital Ports.Code:#include <avr/io.h> #include <avr/interrupt.h> SIGNAL (SIG_OVERFLOW1) { overflows++; if (overflows == 64000) GetTime(); } int main () { sei (); timer_enable_int (1 << TOIE2); TCCR2 = 7; TIMSK = 64; TIFR = 64; TCNT2 = 0; }
Wie aktiviert man am besten einen Timer???(Atmega16)
Lesezeichen