<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Muro colaborativo Padlet. by German Martinez</title>
      <link>https://padlet.com/tecno3UTN/9n9asjngi64l1af1</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2022-10-18 23:02:22 UTC</pubDate>
      <lastBuildDate>2022-11-16 21:03:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Comencemos!</title>
         <author>anabellasoledadgomez</author>
         <link>https://padlet.com/tecno3UTN/9n9asjngi64l1af1/wish/2349223504</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1215841538/7794a64a0830b6448e123371e9211196/descarga__8_.jfif" />
         <pubDate>2022-10-20 14:59:13 UTC</pubDate>
         <guid>https://padlet.com/tecno3UTN/9n9asjngi64l1af1/wish/2349223504</guid>
      </item>
      <item>
         <title>Actividad colaborativa</title>
         <author>geermartinez1990</author>
         <link>https://padlet.com/tecno3UTN/9n9asjngi64l1af1/wish/2385582995</link>
         <description><![CDATA[<div><strong>LED parpadeante<br></strong><br></div><div><strong>Realicen un montaje con Arduino que produzca el parpadeo de un LED a intervalos de 0,5 segundos, en algún simulador que les toque en https://wordwall.net/es/resource/38294098<br>(Tinkercard, Proteus Design Suite,&nbsp; UnoArduSim o Fritzing).<br></strong><br></div><div>El LED deberá estar conectado en el pin 8<br><br><strong>PROGRAMA:<br></strong><br></div><pre>#define pinLED 8

void setup() {

 pinMode(pinLED, OUTPUT);  
}

void loop() {
  
  digitalWrite(pinLED, HIGH); // enciende el LED.
  delay(500); // retardo en milisegundos
  digitalWrite(pinLED, LOW); // apaga el LED.
  delay(500); 
}</pre>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/296394073/d7c0add8743246f94a4b1dc752afc0cc/p1.png" />
         <pubDate>2022-11-15 21:56:03 UTC</pubDate>
         <guid>https://padlet.com/tecno3UTN/9n9asjngi64l1af1/wish/2385582995</guid>
      </item>
   </channel>
</rss>
