#include int main(void) { DDRB = 0xFF; PORTB = 0xAA; while (1) PORTB = ~PORTB; return 0; }