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