void setup(){ for(int i = 7;i<13; i++){ pinMode(i, OUTPUT); digitalWrite(i, 1); delay(500); } } void loop(){ }