#include "avr/io.h" int main ( ) { DDRB = DDRB |(1<<3); while(1) TCCR0 = 0x98; return 0; }