<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://www.dl8rds.de/index.php?action=history&amp;feed=atom&amp;title=Controlling_digital_Output_with_the_Arduino</id>
		<title>Controlling digital Output with the Arduino - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="http://www.dl8rds.de/index.php?action=history&amp;feed=atom&amp;title=Controlling_digital_Output_with_the_Arduino"/>
		<link rel="alternate" type="text/html" href="http://www.dl8rds.de/index.php?title=Controlling_digital_Output_with_the_Arduino&amp;action=history"/>
		<updated>2026-04-24T05:02:52Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in DL8RDS Wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.dl8rds.de/index.php?title=Controlling_digital_Output_with_the_Arduino&amp;diff=1417&amp;oldid=prev</id>
		<title>Dl8rds: New page:  * http://www.arduino.cc/en/Tutorial/Blink   int ledPin =  13;    // LED connected to digital pin 13    void setup()   {                    // initialize the digital pin as an output:    p...</title>
		<link rel="alternate" type="text/html" href="http://www.dl8rds.de/index.php?title=Controlling_digital_Output_with_the_Arduino&amp;diff=1417&amp;oldid=prev"/>
				<updated>2009-11-07T00:09:49Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  * http://www.arduino.cc/en/Tutorial/Blink   int ledPin =  13;    // LED connected to digital pin 13    void setup()   {                    // initialize the digital pin as an output:    p...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
* http://www.arduino.cc/en/Tutorial/Blink&lt;br /&gt;
&lt;br /&gt;
 int ledPin =  13;    // LED connected to digital pin 13&lt;br /&gt;
 &lt;br /&gt;
 void setup() &lt;br /&gt;
 {                &lt;br /&gt;
   // initialize the digital pin as an output:&lt;br /&gt;
   pinMode(ledPin, OUTPUT);     &lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 void loop()                   &lt;br /&gt;
 {&lt;br /&gt;
   digitalWrite(ledPin, HIGH);   // set the LED on&lt;br /&gt;
   delay(1000);                  // wait for a second&lt;br /&gt;
   digitalWrite(ledPin, LOW);    // set the LED off&lt;br /&gt;
   delay(1000);                  // wait for a second&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Dl8rds</name></author>	</entry>

	</feed>