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