#include int main(void) { TCCR0 = 0x7B; OCR0 = 63; DDRB = 0x08; while (1); return 0; }