<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.mauriziocaporali.it" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>phisical computing</title>
 <link>http://www.mauriziocaporali.it/taxonomy/term/80</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>faketakemake - Primo progetto Potentiometer e Led</title>
 <link>http://www.mauriziocaporali.it/node/32</link>
 <description>&lt;p&gt;
int ledPin_1 = 10;&lt;br /&gt;
int ledPin_2 = 11;&lt;br /&gt;
int ledPin_3 = 12;&lt;br /&gt;
int sensorPin = 0;    // select the input pin for the potentiometer&lt;br /&gt;
int sensorValue = 0;  // variable to store the value coming from the sensor&lt;/p&gt;
&lt;p&gt;void setup()  {&lt;br /&gt;
  pinMode(ledPin_1, OUTPUT);&lt;br /&gt;
  pinMode(ledPin_2, OUTPUT);&lt;br /&gt;
  pinMode(ledPin_3, OUTPUT);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;void loop()  {&lt;br /&gt;
   // read the value from the sensor:&lt;br /&gt;
   sensorValue = analogRead(sensorPin);&lt;br /&gt;
   // turn the ledPin on&lt;br /&gt;
  digitalWrite(ledPin_1, HIGH);&lt;br /&gt;
  digitalWrite(ledPin_2, HIGH);&lt;br /&gt;
  digitalWrite(ledPin_3, HIGH);&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mauriziocaporali.it/node/32&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.mauriziocaporali.it/node/32#comments</comments>
 <enclosure url="http://www.mauriziocaporali.it/image/view/31/preview" length="46129" type="image/jpeg" />
 <category domain="http://www.mauriziocaporali.it/taxonomy/term/79">arduino</category>
 <category domain="http://www.mauriziocaporali.it/taxonomy/term/78">faketakemake_siena_2009</category>
 <category domain="http://www.mauriziocaporali.it/taxonomy/term/80">phisical computing</category>
 <pubDate>Tue, 15 Dec 2009 04:19:14 -0500</pubDate>
 <dc:creator>Maurizio</dc:creator>
 <guid isPermaLink="false">32 at http://www.mauriziocaporali.it</guid>
</item>
</channel>
</rss>

