void setup() {
pinMode(10,output);
}
void loop() {
digitalWrite(10,HIGH);
  delay(2000);
digiotalWrite(10,Low);
delay(2000);
}