<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Arduino Commands 12.54 by </title>
      <link>https://padlet.com/judymatar/sqhgq1hfna6x</link>
      <description>Arduino commands collected from projects.</description>
      <language>en-us</language>
      <pubDate>2018-01-25 04:28:16 UTC</pubDate>
      <lastBuildDate>2024-05-16 22:54:07 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Projects</title>
         <author>judymatar</author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224510703</link>
         <description><![CDATA[<h1>#2 – Blink an LED</h1><h1>#3 – Push Button</h1><h1>#4 – Potentiometer</h1><h1>#5 – Fade an LED</h1><h1>#6 – Scrolling LED</h1><h1>#7 – Bar Graph</h1><h1>#8 – Multiple LEDs</h1><h1>#9 – RGB LED</h1><h1>#10 – Photoresistor</h1><h1>#11 – Temp. Sensor</h1><h1>#12 – Tone Melody</h1><h1>#13 – Servo</h1><h1>#14 – Motor</h1><h1>#15 – LCD Screen</h1>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 04:31:21 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224510703</guid>
      </item>
      <item>
         <title>Troubleshooting :            Make sure your board and serial port is selected in the IDE.  To do this, plug your board in and go to Tools &gt; Board &gt;Arduino to select your board.  Next, go to Tools &gt; Port &gt;Com (Arduino) to select your serial port.         The long leg of the LED is the (+) positive and the short leg is the (-) negative.  Make sure the correct leg of the LED is in the proper pin of the Arduino or breadboard as directed.It can be easy to put a component or jumper into the wrong pin on the Arduino or the breadboard.  Double check the correct pin is being used. </title>
         <author>judymatar</author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224510992</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 04:33:51 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224510992</guid>
      </item>
      <item>
         <title>Group 4(shama ali,roudha hassan,salwan salem,safia khaled</title>
         <author></author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224541908</link>
         <description><![CDATA[<div><br>int red=3;<br>int yellow=4;<br>int green=5;<br>int Pred=7;<br>int Pgreen=6;<br><br>void setup() {<br>  // put your setup code here, to run once:<br>pinMode(red,OUTPUT);<br>pinMode(yellow,OUTPUT);<br>pinMode(green,OUTPUT);<br>pinMode(Pgreen,OUTPUT);<br>pinMode(Pred,OUTPUT);<br><br>}<br><br>void loop() {<br>  // put your main code here, to run repeatedly:<br>{<br>digitalWrite(green, HIGH);<br>digitalWrite(Pred, HIGH);<br>delay(3000);<br>digitalWrite(green, LOW);<br>digitalWrite(Pred, LOW);<br><br>}<br>digitalWrite(Pred, HIGH);<br>for(int i=0; i&lt;3 ; i++)<br><br>{<br>digitalWrite(yellow, HIGH);<br>delay(1000);<br>digitalWrite(yellow, LOW);<br>delay(1000);<br>}<br>digitalWrite(Pred, LOW);<br>digitalWrite(red, HIGH);<br>digitalWrite(Pgreen, HIGH);<br>delay(1000);<br>digitalWrite(Pgreen, LOW);<br>delay(1000);<br>digitalWrite(Pgreen, HIGH);<br>delay(1000);<br>digitalWrite(Pgreen, LOW);<br>delay(1000);<br>digitalWrite(Pgreen, HIGH);<br>delay(2000);<br>digitalWrite(red, LOW);<br>digitalWrite(Pgreen, LOW);<br><br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/256757442/57c1c318576e72e3cec19a48f1170c5b/traffic_light_Pedestrian.ino" />
         <pubDate>2018-01-25 08:18:22 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224541908</guid>
      </item>
      <item>
         <title>group 3 (khloud alsayari , mariam jumaa , asma yousef , salwa ali</title>
         <author></author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224544786</link>
         <description><![CDATA[<div><br>int red = 3;<br>int yellow = 4;<br>int green = 5 ;<br>int red1 = 6;<br>int green1 = 7;<br>void setup() {<br>&nbsp; // put your setup code here, to run once:<br>pinMode(3,OUTPUT);<br>pinMode(4,OUTPUT);<br>pinMode(5,OUTPUT);<br>pinMode(6,OUTPUT);<br>pinMode(7,OUTPUT);<br>}<br><br>void loop() {<br>&nbsp; // put your main code here, to run repeatedly:<br>&nbsp;&nbsp;<br>digitalWrite(green,HIGH);<br>digitalWrite(red1,HIGH);<br>delay(4000);<br>digitalWrite(green,LOW);<br>digitalWrite(red1,LOW);<br><br>digitalWrite(red1,HIGH);<br>for (int i=0 ;i&lt;3 ;i++)<br>{<br>digitalWrite(yellow,HIGH);<br>delay(500);<br>digitalWrite(yellow,LOW);<br>delay(500);<br>}<br>digitalWrite(red1,LOW);<br><br>digitalWrite(red,HIGH);<br>for (int i=0 ;i&lt;3 ;i++)<br>{<br>digitalWrite(green1,HIGH);<br>delay(500);<br>digitalWrite(green1,LOW);<br>delay(500);<br>}<br>delay(4000);<br>digitalWrite(red,LOW);<br><br><br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 08:30:04 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224544786</guid>
      </item>
      <item>
         <title>Group 1 (ghasoon faisal , fatima jasem , reem waleed , awaish ali</title>
         <author></author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224544828</link>
         <description><![CDATA[<div>int red =3;<br>int yellow=4; <br>int green=5;<br><br>void setup() {<br>  // put your setup code here, to run once:<br><br>pinMode(3,OUTPUT);<br>pinMode(4,OUTPUT);<br>pinMode(5,OUTPUT);<br>pinMode(6,OUTPUT);<br>pinMode(7,OUTPUT);<br><br>}<br><br>void loop() {<br>  // put your main code here, to run repeatedly:<br><br>digitalWrite(green,HIGH);<br>digitalWrite(7,HIGH);<br>delay(4000);<br>digitalWrite(green,LOW);<br>digitalWrite(7,LOW);<br><br><br>for(int i=0 ; i&lt;3 ; i++) <br> {<br>digitalWrite (yellow,HIGH);<br>digitalWrite(7,HIGH);<br>delay(1000);<br>digitalWrite(yellow,LOW);<br>digitalWrite(7,LOW);<br>delay(1000);<br><br> }<br> <br><br>digitalWrite(red,HIGH);<br>digitalWrite(6,HIGH);<br>delay(4000);<br>digitalWrite(red,LOW);<br>digitalWrite(6,LOW);<br>delay(4000);<br><br><br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 08:30:14 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224544828</guid>
      </item>
      <item>
         <title>Group 5 ( Reem Abdulaziz , Haya ali , amal hamdan , elyazya khalifa </title>
         <author></author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224545404</link>
         <description><![CDATA[<div>int red = 4;<br>int yellow = 5;<br>int green = 6;<br>int pred = 2;<br>int pgreen = 3;<br>void setup() {<br>&nbsp; // put your setup code here, to run once:<br>pinMode(red, OUTPUT);<br>pinMode(yellow, OUTPUT);<br>pinMode(green, OUTPUT);<br>pinMode(pred, OUTPUT);<br>pinMode(pgreen, OUTPUT);<br>}<br>void loop() {<br>&nbsp; // put your main code here, to run repeatedly:<br>&nbsp;digitalWrite(red,HIGH);<br>&nbsp;digitalWrite(pgreen, HIGH);<br>&nbsp;delay(3000);<br>&nbsp;digitalWrite(red, LOW);<br>&nbsp; digitalWrite(pgreen, LOW);<br>&nbsp;&nbsp;<br>&nbsp; digitalWrite(green, HIGH);<br>&nbsp; digitalWrite(pred, HIGH);<br>&nbsp; delay(3000);<br>digitalWrite(green, LOW);<br>&nbsp; for(int i=0;i&lt;3;i++)<br>&nbsp; {digitalWrite(yellow, HIGH);<br>&nbsp; delay(500);<br>&nbsp;digitalWrite(yellow, LOW);<br>&nbsp; &nbsp;delay(500);<br>&nbsp; }<br><br>&nbsp;digitalWrite(pred, LOW);<br><br><br><br>&nbsp; &nbsp;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 08:32:54 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224545404</guid>
      </item>
      <item>
         <title>GROUP2 (Shamma jaber , Jwaher,waad,rahab</title>
         <author></author>
         <link>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224546560</link>
         <description><![CDATA[<div><br>int yellow=4;<br>int green=5;<br>int pgreen=6;<br>int pred=7;<br>int red=3;<br>void setup(){<br>// put your setup code here, to run once:<br>pinMode(5,OUTPUT );<br>pinMode(4,OUTPUT );<br>pinMode(3,OUTPUT );<br>pinMode(6,OUTPUT );<br>pinMode(7,OUTPUT );<br>&nbsp;&nbsp;<br>}<br>void loop() {<br>&nbsp; // put your main code here, to run repeatedly:<br>digitalWrite(green,HIGH);<br>digitalWrite(pred,HIGH);<br>delay(2000);<br>digitalWrite(green,LOW);<br>digitalWrite(pred,LOW);<br>delay(2000);<br>&nbsp;<br><br>for (int i=0; i &lt;2; i++)<br>{<br>digitalWrite(yellow,HIGH);<br>digitalWrite(pred,HIGH);<br>delay(2000);<br>digitalWrite(yellow,LOW);<br>digitalWrite(pred,LOW);<br>delay(2000);<br>&nbsp;<br>}<br>&nbsp; &nbsp; &nbsp;<br>digitalWrite (red,HIGH);<br>digitalWrite(pgreen,HIGH);<br>delay(2000);<br>digitalWrite(red,LOW);<br>digitalWrite(pgreen,LOW);<br>delay (2000);<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-25 08:38:48 UTC</pubDate>
         <guid>https://padlet.com/judymatar/sqhgq1hfna6x/wish/224546560</guid>
      </item>
   </channel>
</rss>
