void setup() { P1DIR = 0b11111111; } void loop() { P1OUT++; delay( 500 ); }