#include #include int main() { DDRB |= _BV(DDB1); while (1) { PORTB ^= _BV(PB1); _delay_ms(1000); } }