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);


}
}


What would you say to the aliens in a message written in Morse code? / Contact Distant Project / Fiction / #xperimentos #emcdhqbjmadlc

What would you say to the aliens in a message written in Morse code? / Contact Distant Project / Fiction / #xperimentos #emcdhqbjmadlc

martes, 8 de noviembre de 2016

"Contacto distante" / Prototipo

Por aquí andamos.. . al fin he conseguido programar el brazo robótico que es controlado por un minijoystick. El que a su vez es el encargado de dirigir el puntero laser. Este es un modelo/prototipo en miniatura del que se narra en la novela "Contacto distante". Por esta razón utilizo un laser de corto alcanze que he programado para que emita señales en clave morse/ Posiblemente louse para mandar algún mensaje a la Estación Espacial Internacional.. está por ver. El de la novela tiene muchísimo más alcance.. .


martes, 1 de noviembre de 2016

Benjamin Juin

Benjamin Juin. /#personajesJuin
Era un personaje bastante particular. Dificilmente le verás sostener una conversación durante mas de 3 minutos con alguien. .. . Suele decir que despues de dos minutos parece estar hablando en un lenguaje diferente a su interlocutor. Menciona que, le resultan extrañas, la mayor parte de conversaciones que mantiene.. . pero no se da cuenta que quien le escucha, igual.. . puede pensar algo similar.
Curiosamente, no sé .. . ¿como se lo monta para terminar en medio de algunos corrillos, explicando las curiosas experiencias que rodean su impredecible vida.. .
Por A o por B aparecía en el lugar y el momento equivocado; lo que le llevaba a protagonizar situaciones surrealistas, sin pretenderlo.. .
Benjamin había conseguido superar en cierta medida, un tipo de Sindrome de Asperger leve, según los expertos gracias a su afan de superación.
Comportarse de una forma diferente, te coloca directamente en la mira de algunos desaprensivos. El efecto del bullying al que fue sometido durante el periodo escolar, le hizo mas fuerte. El pobre no tuvo otra opcion, ante esa sucesion de ataques denigrantes, que intentar soportarlo en silencio. Peor aun, asumiendo con impotencia el daño que le hacian, todo ello ante la mirada impasible de su entorno.
Su esfuerzo contra esa dificultad de comunicación y el de tratar de empatizar, le llevó por así decirlo a crear otro personaje.. . o intentar convertirse en él.
Si algunas veces te da la impresión de que aunque esté en cuerpo presente, su mente divaga en un laberinto que parece no tener salida. Lo que algunos le llaman "vida interior"
Otras se convierte en el personaje contrario. No, mas bien diría en el personaje completamente antagonico. Se torna excesivamente extrovertido, dicharachero, participe de sus experiencias y .. .
Basicamente es su mecanismo de compensación.
Asi en resumidas cuentas es la ficha técnica de este personaje.

domingo, 30 de octubre de 2016

Distant contact.. .

Es el nombre del proyecto y de la novela basada en El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos.
Estoy desarrollando un modelo a escala o prototipo similar al que el protagonista del relato utiliza para contactar con alguien o algo desconocido.
Experimento y novela by JSBaenacock

miércoles, 26 de octubre de 2016

El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos / dia 1

Esta relato lo estoy hilando a la vez que estoy construyendo el modelo experimental a escala, del que habla mi historia.
El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos. #emcdhqbjmadlc / EXtracto del diario
Dia 1.
Lo sé, pensareis que estoy loco. Podría decir que mi estado linda con la desesperanza. Me he embarcado en un proyecto sin garantía de resultados.. . En cierta forma me da igual. Tengo tan poco que perder.

Mi escritorio estaba repleto de piezas de plástico y componentes electrónicos. Hoy precisamente llegó el puntero laser, el elemento principal.
MI idea puede parecer absurda para algunos. Para otros carente de criterio científico. El caso es que, llevo desarrollando esta idea durante varios meses.. . la última posibilidad, mi descabellado intento para conseguir que alguien o algo; mas allá de los confines de nuestro sistema solar, se interese por mi petición.

Alguien dijo una vez que "todos somos iguales ante la ley".
Luego me enteré que mentía descaradamente, de hecho disfrutaba de la inmunidad que carecemos los demás plebeyos.

También había descartado la justicia divina, pues parecía no funcionar en el mundo de los vivos. Básicamente un planteamiento obsoleto basado en una serie de premisas que habían pasado de generación en generación, sin que nunca nadie haya dado señales objetivas de su existencia.. . Mi mundo es este, el físico, el presente, el mismo que mis órganos de los sentidos percibe y mi cerebro interpreta. Dejemos el espectro metafísico, para los idealistas.

jueves, 20 de octubre de 2016

La razón es como esa gota de agua que cae suavemente sobre una piedra, pero con el tiempo termina por dejar su impronta

Crónicas desde el Inframundo /Este cementerio no es muy serio /
#ecnems
Jeremías Juin solía decir: "La PEOR forma de defender una idea es mediante la agresión. Los gritos y el insulto, son propios de quien carece de otros medios para apoyar una idea. Debéis de usar la razón. La razón es como esa gota de agua que cae suavemente sobre una piedra, pero con el tiempo termina por dejar su impronta.. . Los actos desesperados siempre llevan al fracaso."
Tengo la sensación de que, los lideres de Podemos están dilapidando el espíritu pacifico y reflexivo de los ´indignados´ y del "15-M" . La deriva que está tomando Pablo Iglesias no es la mas acertada, ahora parece ser que ante la debacle de las últimas elecciones opta por medidas radicales, desesperadas.. .
Mira que discutir en twitter con Errejon. Se olvidan que están en "España, España". En países mas civilizados y con mayor tradición democrática es habitual. Pero ese tipo de confrontaciones, en el inframundo no se llevan.
Aquí está mas enraizado hacer la pelota al jefe de partido. Sin protestar, ni rechistar. No le deis más carnaza a los medios que os atacan. Como dirían los mas conservadores: aplauda usted todo lo que diga y haga, por mas equivocado que esté.
En cuanto a ese grupo de estudiantes que protestaron de una forma reprochable, estéril e inútil. Niños, debo deciros que las cosas no se consiguen con gritos, ni insultos. Teneis que aprender mucho de los partidos tradicionales.
Recordar que están muy mal vistos ese tipo de escándalos. Hay que ser mas listo y tener mas estilo.
Lo suyo es ponerse una corbata, o una peineta, hacerse un par de fotos con el Papa o ponerse de rodillas ante un cura, y al día siguiente recortar el estado de bienestar de miles de españoles.
Acordaros, en hipocrilandia, se le da mas valor a que un rey mago se vista de payaso, a que el próximo año la hucha de las pensiones esté en números rojos.
Postdata, Si le das a los bancos a fondo perdido miles de millones de Euros, no te preocupes.. . hazlo con glamour.. . nadie te lo reprochara.
Me gusta
Comentar

domingo, 16 de octubre de 2016

El Misterioso caso del hombre que buscó justicia más allá de los cielos

Extracto de:// El Misterioso caso del hombre que buscó justicia más allá de los cielos / by JSBaenacock #safecreative / Mi último relato

"__ Creo que vosotros habéis estado buscando señales de vida extraterrestre por el camino equivocado. Estoy convencido de que llevamos miles de años recibiendo información, pero no os habéis percatado de la vía"

Extracto de:// El Misterioso caso del hombre que buscó justicia más allá de los cielos

Extracto de:// El Misterioso caso del hombre que buscó justicia más allá de los cielos / by JSBaenacock #safecreative / Mi último relato

"__ SETI, esta buscando señales de vida en el cosmos, de una forma equivocada. Llevamos recibiéndolas desde hace miles de años y no se han percatado de ellas.

El Misterioso caso del hombre que buscó justicia más allá de los cielos

Extracto de:// El Misterioso caso del hombre que buscó justicia más allá de los cielos / by JSBaenacock #safecreative

"__ SETI, esta buscando vida de una forma equivocada. Las señales de los extraterrestres, las llevamos recibiendo desde hace miles de años."

miércoles, 12 de octubre de 2016

el descubrimiento

Cronicas dominicales.. . imagina que estas en tu casa, reunido con toda tu familia y llega una horda de extranjeros, que te quitan tu casa, separan a tus seres queridos. Te concentran en latifundios y reservas.. . A los que protestan, les castigan o les matan. A los que sobreviven les ponen al servicio de un rey lejano y desconocido. Se llevan buena parte de las riquezas de tu entorno. Te obligan a adorar, creer y obedecer a otros dioses.. . otras doctrinas.. . Así empieza básicamente el descubrimiento de América.. . No es tan difícil entenderlo.. .

Dejemos a un lado los términos y la semántica para calificar ese hecho. Algunos achacan y se justifican que la causa de la muerte de tantos indígenas se debió a las enfermedades procedentes de Europa.. . El resultado es igual.. . morir de viruela debe ser tan espantoso o peor que la espada.

Quizás nunca se sepa cuanta riqueza se expolio de América. Debió de ser mucha, para que en torno de la creada "Compañía de Indias" se crearan otras sociedades de piratería.. . que me imagino no vivían de pescar sardinas.

Hace poco se descubrió en las costas colombianas uno de tantos galeones que partió hacia el viejo continente cargado de riquezas.. . bueno este en especial.. . naufragó el "San Jose", se dice que su valor alcanza 3.000 y 17.000 millones de dólares. No sabemos si las leyes internacionales le darán la razón y el tesoro a España. Pero lejos de la legalidad.. . debía ser devuelto por un jucio moral-etico a los reducidos grupos de indígenas, que aun sobreviven, malamente.

Y para terminar esta reflexión hecha por alguien que lleva sangre española e inglesa y que conoce in situ, la realidad indigena. Pues antes de ser ateo , fui misionero en varias zonas indigenas de suramerica y conocí a fondo la triste realidad que padecen, los autenticos herederos de America. Debo anotar que resulta curioso, que muchos que dfienden aquella invasión a capa y espada, son los mismos que protestan porque un grupo de negros cruzan la frontera para vender bolsos de louis vuitton/ Jeremias Juin / Este cementerio no es muy serio

martes, 11 de octubre de 2016

El gen ausente de la autocritica.



Hay algo que compartimos los pueblos hispanohablantes, además del idioma: la ausencia del gen de la autocrítica. Si existiera un campeonato mundial de “echar balones fuera”, tendríamos más copas que Brasil en el fútbol.

Hace poco leí un artículo sobre un partido en el que un jugador español y otro japonés comentaban su actuación. Ambos fueron señalados por la prensa como los grandes culpables del desastre en sus respectivos equipos. ¿La reacción? El español, con la destreza de un político en campaña, negó cualquier responsabilidad y culpó al césped, al árbitro y a la alineación de los astros. Peor aún, lo hizo con ese aire de “¿yo?, ¿fallar?, por favor…”. En cambio, el japonés, en un inesperado giro de los acontecimientos, asumió su error con humildad. Incluso pidió disculpas. Insólito.

Pero esto no es solo cosa del fútbol. Lo vemos en política, en los tribunales, en la oficina… ¿Recuerdan a los implicados en el escándalo de las tarjetas “black”? No es que se hayan disculpado, es que, si les preguntas, parecen convencidos de que se las encontraron en el suelo. Y qué decir del "trío de las Azores". Blair y Bush, al menos, han mostrado alguna señal de remordimiento por aquella invasión basada en evidencias imaginarias. Aznar, en cambio, sigue en modo “yo tenía razón” como si el tiempo no existiera.

¿Por qué nos cuesta tanto decir “me equivoqué”? Quizás sea cultural. En muchos países hispanohablantes, reconocer un error se percibe casi como firmar una confesión ante notario. Aquí no nos caemos, nos “tropezaron”. No llegamos tarde, nos “atrapó el tráfico”. No reprobamos el examen, el profesor “nos tiene manía”. En Japón, por el contrario, la autocrítica es un ejercicio casi obligatorio. Allí, cuando alguien mete la pata, se disculpa con la misma seriedad con la que aquí se justifican las mentiras de campaña.

En definitiva, somos expertos en ver la paja en el ojo ajeno y auténticos ninjas para esquivar nuestras propias responsabilidades. Y si a esto le sumamos poder, fama o un cargo político, la autocrítica pasa a ser una leyenda urbana. Quizás algún día aprendamos que reconocer los errores no nos hace más débiles… aunque, para eso, primero tendríamos que reconocer que tenemos un problema.


viernes, 30 de septiembre de 2016

El Abominable hombre de Heliópolis


.. .Del conocido guionista del inframundo / "Steven Juin"
Cuando los partidos políticos se convierten en la cantera de grandes producciones.
Una comedia con dosis de suspense o tragicomedia con.. . un final de acción.
La historia trata de.. . Como un expresidente, apoderado de un partido político, junto con los llamados "Barones" fichan a un desconocido y aparentemente dócil personaje, para que lo dirija. Intentaran convertirlo en su "cabeza de turco". Permitiendo de esta forma, mantener sus intereses.
Los problemas surgen cuando los continuos malos resultados de sus campañas, pone en peligro los privilegios que han adquirido y de los que disfrutaran toda su vida. Entonces se ven obligados a pactar con la alternativa opuesta, rompiendo con la filosofía original. Esa desviación, produce un efecto negativo en los electores y en consecuencia, el desgate de quien nombraron como líder. El punto de inflexión comienza cuando Sanchez, a pesar de los riesgos que podría padecer; se libera de sus apoderados y plantea sus propias iniciativas.
La lucha por el poder será épica y en cierta medida desequilibrada, porque los viejos "barones" cuentan con el control de los principales medios. Se ha activado un monstruo mediatico del cual es prácticamente imposible salir ileso.. .

jueves, 22 de septiembre de 2016

".. . dudo, luego existo"

".. . dudo, luego existo" / era una interpretación alternativa que solía citar el viejo Jeremias Juin. En otras palabras lo que pretendía decir era, que la capacidad de "dudar" en cualquier ser humano era proporcional a su nivel de libertad. / Este cementerio no es muy serio"

lunes, 5 de septiembre de 2016

quienes echan las culpas

Cosas que pienso.. cosas que escribo.. .
Cosas que gustan o no.. . #cecpreflexiones
En una sociedad tan plural, donde aumentan las brechas sociales, los partidos políticos están condenados a entenderse.
Pero, es insólito que, quienes echan las culpas y se quejan de otros por su negativa al pacto.. . no dejan de sorprender diariamente con un caso nuevo de corrupción, o un nombramiento poco ético que roza el surrealismo.. . etc.etc.
Jeremias Juin / Filosofo de guardia de "Este cementerio no es muy serio

domingo, 4 de septiembre de 2016

Arca cosmica

si viniese un arca desde algun punto del cosmos, se llevaría un ejemplar de cada especie.. . menos de la humana.. . / Jeremias Juin

Títulos de los relatos incluidos en mi tercer libro / Los misteriosos casos de JSBaenacock / Volumen 2 / En fase de corrección



El misterioso e intrigante caso de mi otro Yo

La melodía del Viento Divino

El creador de futuros.

La tele-operadora de corazones

Las señales del planeta que un día fue azul

Confesiones de un Ciborg

El Niño de la Canica Amarilla


Nunca niegues una ayuda

domingo, 28 de agosto de 2016

" Terminamos pareciéndonos, a lo que más criticamos". / Jeremias Juin


Ayer, por primera vez me encuentro en la playa con la escena que lleva mas de una semana en la mirilla de editoriales. Una imagen que ha creado polémica dentro de colectivos, de asociaciones, y especialmente en las redes sociales.. . etc etc.

Si.. . se trataba de una mujer en burkini disfrutando de un día de playa, ante la mirada atónita de algunos o la indiferencia de otros.

No quisiera pecar de frívolo en un tema con tantas connotaciones y que a la vez levanta tantas pasiones.

Personalmente me da igual, el atuendo que lleve quien lleve en casa o fuera de ella. .. . Vaya, si alguien quiere ir con un traje de chapulin calorado o una micro-tanga exponiendo un trozo de carne.. . me resulta bastante menos trascendente QUE, la razón determinante en el estilo de vestir.

Estoy totalmente en desacuerdo con quien aplaude el uso de la represión y la violencia para combatir determinadas tendencias machistas. Máxime, si va en detrimento de las afectadas
La imágenes de una mujer en una playa de Niza, obligada a desvestirse por unos cuantos policías.. . me parece denigrante.

Jeremias Juin tiene una frase que se ajusta muy bien a este caso:
" Terminamos pareciéndonos, a lo que más criticamos".

Si lo que se pretende es evitar que se impongan iconos machistas y retrógados.. . no se puede escoger una forma mas contraproducente que utilizar a uniformados.

Como dice el dicho " Mas vale maña.. . que fuerza". Hay invertir en educación, en integración. Los lideres políticos son felices viéndonos discutir entre nosotros "mismos" con los temas que ocupan la parrilla mediática.. . Es una forma de mantenernos dispersos. Cuando realmente lo que tendríamos que estar exigiéndoles es: dotar al sistema educativo de mas medios para que las futuras generaciones crezcan en igualdad de género.

Vivimos en una sociedad contradictoria y llena de prejuicios;

Observa el efecto que producen en la pasarelas los diseñadores mas excéntricos vistiendo a una tia de "alcachofa"" o un tio de repollo".. . entonces todo el mundo aplaude... "ohh que guay" " que fonfis" "queda súper fashion" y despierta decenas de calificativos "Mefa-pijos" .. . pero si vas a la playa con un traje de neopreno hecho a ganchillo.. . parece que se acaba el mundo.

Es una pena que no se analice la causa que genera tanta discusión. Que se utilcen estos temas con un trasfondo político me parece bochornoso.

Hay personas que se dejan llevar por el sensacionalismo de algunas editoriales, con fines evidentemente políticos.

La especie humana está concebida para evolucionar, a pesar de los reveses que surjan... . hemos sobrevivido a catástrofes, dioses, epidemias.. . en un par de siglos cuando observemos este punto azul desde el espacio, pensaremos tan diferente.. . otras cosas ocuparan nuestra mente.. .

En fin.. . y con el debido respeto.. . esta ha sido mi reflexión dominical..


Como diría Mrs Juin: "El autentico enemigo está en lo que nos llevamos a la boca" en especial esos aditivos con siglas cuyo significado desconocemos.. .


#safecreative

martes, 23 de agosto de 2016

Te has preguntado cuanto mide un Spaghetti? / convencionalismos comestibles / cultura inquieta



Spaghetti


Los Spaghetti tienen su origen en Nápoles, y fue Antonio Viviani quien en el año 1842 les puso este nombre porque se asemejaban a pequeños trozos de cuerda. 


Originalmente medían más de 50 cm de longitud. Con el tiempo, por motivos de espacio, se fueron recortando hasta llegar a la longitud actual de 25 cm.


La primera referencia a la pasta y a la industria pastificia en Italia es una descripción del Reino de Sicilia en tiempos de Roger II en el siglo XII. En la obra geográfica Kitab Ruyar («El libro de Roger»), el cartógrafo Al-Idrisi describe que en Trabia, a 30 kilómetros de Palermo, hay molinos donde se fabrica pasta hilada y ligeramente redondeada, a la que él llama itrya (en árabe, pasta cortada en tiras finas), y que era exportada a otros mercados del Mediterráneo.1

La palabra spaghetti se utilizó por primera vez en el poema Li maccheroni di Napoli (Antonio Viviani, 1824), y era un diminutivo de spago que en italiano significa «cordón»

sábado, 20 de agosto de 2016

La melodía del viento divino by JSBaenacock




Escribiendo ando / La Melodía del Viento Divino / Los misteriosos e intrigantes casos de JSBaenacock / Safecreative

Minutos después Joseph abandonaba el local y cogía un taxi que lo llevase al hotel donde pasaría la noche. Estaba convencido de que nadie echaría de menos aquel disco que sustrajo de la tienda de antigüedades. Pero se equivocaba, porque mientras se distraía mirando las calles por las que circulaba, el regente, el misterioso anciano de las barbas blancas que le acababa de atender, descubría que su baúl había sido forzado, y que faltaba de su interior un disco.
Entonces, susurró en Japonés:

__ha comenzado de nuevo la pesadilla. “La melodía del viento divino” sonará de nuevo.. . nada bueno nos espera.

Tras terminar la frase sopló un viento ligero que, parecía extenderse por todas la calles de la ciudad, meciendo armoniosamente los árboles. Las hojas secas se desprendían formando remolinos para terminar reposando en la acera. Las mismas que luego pisaría Joseph, tras salir del coche e introducirse en el hall de su hotel.

Continua en el libro.. .

lunes, 15 de agosto de 2016

El misterioso caso del novelista desconocido .. . / Relato incluido en: los misteriosos e intrigantes casos volumen 2



El viernes pasado mientras esperaba que alguien se acercase y se interesase por mi libro. Surgió un relato nuevo para el volumen 2 de Los misteriosos e intrigantes relatos de .. .


Se trata precisamente de un escritor que expone su última novela... Pasa desapercibido para la mayoría de comparadores durante una feria del libro. La mayoría de lectores se llevan los títulos mas promocionados por los medios. Solo unos pocos se acercan a nuestro misterioso novelista, para preguntar por su obra. Y tan solo un par de ellos, compran su libro titulado "Mañana". Sorprendentemente quienes lo adquieren, descubren que los protagonistas llevan sus mismos nombres. Y describen situaciones que les resultan familiares. Pero mas allá de reconocerse en la novela. El escritor les indica que pasará mañana en sus vidas.

Algunos seguirán sus instrucciones y otros no; modificando de alguna forma su destino.


Vuelven a buscarlo días después, pero se desconoce su paradero.


Con esta historia estoy ahora mismo... y con "La melodía del viento divino" quizás mis mejor relato.

Ciao.. . /

El Blog de JSBAenacock

Divulgador