sábado, 26 de noviembre de 2016

codigo mensaje

const int pin = 13;
int x = 0; // variable
int LDR_pin = 0; // Leeremos del pin 0
int LDR_val = 0; // Variable para leer los datos del LDR
void setup() {
  pinMode(pin, OUTPUT);  //definir pin como salida
// Visualización de los valores por la consola, hay quecilcar en el botón Serial Monitor
Serial.begin(9600);
}
void loop(){
// En el loop iremos leyendo continuamente del sensor LDR
LDR_val = analogRead(LDR_pin); // read input LDR value
// Impresión de los valores leídos por el sensor por pantalla


if (LDR_val > 600)
Serial.print(1 ); // envía "1".
Serial.print("  ");
Serial.print("LDR = ");
Serial.println(LDR_val);

 
if (LDR_val < 600)

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);
//2-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//22
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//23
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//24
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//25
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//26
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//27
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//28
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//29
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//2-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);
//3-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



//3-6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-7

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//4-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-3

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-5
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-7
Serial.print(" " );
Serial.print("\t");
tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-8

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//5-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-2
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-3

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-9

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-11
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//5-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-2
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-3

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-9

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-11
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);


//6-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//6-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//7-1
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-5
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);



//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//12


//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//L14
//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the

//9
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


Serial.println();

delay(3000);

//1
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


Serial.println();

delay(3000);

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);


//1-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
//7
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
//7
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

Serial.println();

for(x=0; x< 64; x++){ // only part of the ASCII chart, change to suit
// print it out in many formats:



//Serial.print("  ");
//Serial.print("LDR = ");
//Serial.println(LDR_val);
kk


//Serial.print(x); // print as an ASCII-encoded decimal - same as "DEC"
//Serial.print("\t"); // prints a tab

//Serial.print("  ");
//Serial.print("LDR = ");
//Serial.println(LDR_val);



// Paro 1 segundo
delay(1000);


}
}


No hay comentarios:

Publicar un comentario

El Blog de JuanJuin

...