#include int main(void) { OCR0 = 141; TCCR0 = 0x1B; DDRB |= 1<<3; while (1); return 0; }