#include "avr/io.h" int main ( ) { DDRD = DDRD |(1<<7); TCCR2 = 0x19; OCR2 = 200; while (1); }