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