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