digitalWrite(5, HIGH); } //b dato = digitalRead(2); if ( dato == HIGH ) { digitalWrite(5, LOW); delay(t); } else { digitalWrite(5, HIGH); } //wea 2