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