domingo, 27 de noviembre de 2016

Reflexiones de Jeremias Juin

.. . dejé de admirar a la mayoría de personajes políticos e iconos de la sociedad cuando vi el efecto que producía en ellos el poder. Su afán de perpetuarse como dirigentes de una nación a cualquier precio, su inmunidad.
Su falta de autocritica y su negativa a someterse a una evaluación por parte de los ciudadanos, mediante el voto. Eso incluye a dictadores de derechas, de izquierdas y a las monarquías. /
Este cementerio no es muy serio / Jeremias Juin.

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.. .

Bueno. . . Por aquí andamos haciendo una prueba de enfoque del puntero laser y de como controlarlo con el joystick. Este es solo un modelo a escala . Ahora habrá que probar que tal es la recepción. Para ello será necesario montar otra tarjeta con un sensor fotosensible que permita recibir la señal emitida por el láser y luego descodificarla. "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/ No editada aun. 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 Pincha aqui #emcdhqbjmadlc #testandoando

Publicado por J Sebastian Baenacock en Sábado, 12 de noviembre de 2016

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.

El Blog de JuanJuin

...