int jane06=4;
int nico12=5;
int buba00=6;

void setup() {
  // put your setup code here, to run once:
pinMode(jane06, OUTPUT);
pinMode(nico12, OUTPUT);
pinMode(buba00, OUTPUT);
Serial.begin(4000);

}

void loop() {
  // put your main code here, to run repeatedly:
digitalWrite(jane06,HIGH);
Serial.println("jane06 is on");
delay(1000);

digitalWrite(nico12, HIGH);
Serial.println("please wait haaa");
delay(1500);


digitalWrite(buba00, HIGH);
Serial.println("buba00 is on");
delay(2000);

}
$abcdeabcde151015202530354045505560fghijfghij
$abcdeabcde151015202530fghijfghij