void setup() { DDRC= 0xFF; PORTC= 0x00; } void loop() { PORTC = 0x55; delay(500); PORTC = 0xFF; delay(500); }