msgid "" msgstr "" "Project-Id-Version: Tecno Recursos 2023Report-Msgid-Bugs-To:POT-Creation-" "Date:2023-02-07 18:33+0100PO-Revision-Date:YEAR-MO-DA HO:MI+ZONELast-" "Translator:FULL NAME Language:enLanguage-Team:en " "Plural-Forms:nplurals=2; plural=(n != 1)MIME-Version:1" ".0Content-Type:text/plain; charset=utf-8Content-Transfer-Encoding" ":8bitGenerated-By:Babel 2.9.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2023-02-17 20:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" #: ../../source/arduprog/protoboard-tres-ledes.rst:9 msgid "Tres ledes" msgstr "Three leds" #: ../../source/arduprog/protoboard-tres-ledes.rst:10 msgid "Monta en protoboard el siguiente esquema eléctrico." msgstr "Mount the following electrical schematic on a breadboard." #: ../../source/arduprog/protoboard-tres-ledes.rst:24 msgid "" ":download:`Circuito eléctrico en formato Fritzing `" msgstr "" ":download:`Electrical circuit in Fritzing format `" #: ../../source/arduprog/protoboard-tres-ledes.rst:31 msgid "Ejercicios" msgstr "Exercises" #: ../../source/arduprog/protoboard-tres-ledes.rst:33 msgid "" "Sube a la placa Arduino UNO el siguiente programa. Los tres ledes deben " "encenderse a la vez." msgstr "" "Upload the following program to the Arduino UNO board. All three LEDs " "should light up at the same time." #: ../../source/arduprog/protoboard-tres-ledes.rst:60 msgid "" "Modifica el programa anterior para que se encienda primero el led verde, " "un segundo después el led ámbar y un segundo después el led rojo." msgstr "" "Modify the previous program so that the green led lights up first, a " "second later the amber led and a second later the red led." #: ../../source/arduprog/protoboard-tres-ledes.rst:64 msgid "La instrucción que se debe utilizar para esperar un segundo es:" msgstr "The instruction to use to wait for a second is:" #: ../../source/arduprog/protoboard-tres-ledes.rst:72 msgid "" "Modifica el programa anterior para que después de estar todos los ledes " "encendidos, se vayan apagando uno a uno, comenzando por apagar el led " "rojo y terminando por apagar el led verde. El tiempo entre apagados será " "de un segundo." msgstr "" "Modify the previous program so that after all the LEDs are on, they go " "off one by one, starting by turning off the red led and ending by turning" " off the green led. The time between shutdowns will be one second." #: ../../source/arduprog/protoboard-tres-ledes.rst:78 msgid "Modifica el programa para que funcione como un semáforo." msgstr "Modify the program so that it works like a semaphore." #: ../../source/arduprog/protoboard-tres-ledes.rst:80 msgid "Primero se encenderá el led **verde** durante **3 segundos**." msgstr "First the **green** led will light up for **3 seconds**." #: ../../source/arduprog/protoboard-tres-ledes.rst:82 msgid "" "A continuación se apagará el led verde y se encenderá el led **ámbar** " "durante **1 segundo**." msgstr "" "Then the green led will turn off and the **amber** led will light up for " "**1 second**." #: ../../source/arduprog/protoboard-tres-ledes.rst:85 msgid "" "A continuación se apagará el led ámbar y se encenderá el led **rojo** " "durante **3 segundos**." msgstr "" "Then the amber led will turn off and the **red** led will light up for " "**3 seconds**." #: ../../source/arduprog/protoboard-tres-ledes.rst:88 msgid "La secuencia se repetirá continuamente." msgstr "The sequence will repeat continuously." #: ../../source/arduprog/protoboard-tres-ledes.rst:91 msgid "" "Modifica el programa anterior para que el led ámbar parpadee tres veces. " "El tiempo de encendido y de apagado será de medio segundo." msgstr "" "Modify the previous program so that the amber led blinks three times. The" " on and off time will be half a second." #: ../../source/arduprog/protoboard-tres-ledes.rst:95 msgid "" "Realiza un programa con una secuencia diferente a los ejercicios " "anteriores." msgstr "Perform a program with a different sequence than the previous exercises."