const int pinLED = 8;
void setup() {
  pinMode(pinLED, OUTPUT);
}
int timeDelay = 3000;
void loop() 
$abcdeabcde151015202530fghijfghij