<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Arduino: Fade and pulse a LED with just using a DigitalPort</title>
	<atom:link href="http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/</link>
	<description>TobiTobes Tech Weblog featuring Ruby, Rails, Web development, Arduino, Processing, Geekstuff and more...</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:53:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: andrewcaveman</title>
		<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/comment-page-1/#comment-472</link>
		<dc:creator>andrewcaveman</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=90#comment-472</guid>
		<description>Excellent solution for the digital write. I&#039;ve been trying to find a good solution for button input to LED lights using the analogwrite, but the delay function would always null my button input until the loop was complete. This works very well. 
Thanks for giving me new ideas.</description>
		<content:encoded><![CDATA[<p>Excellent solution for the digital write. I&#8217;ve been trying to find a good solution for button input to LED lights using the analogwrite, but the delay function would always null my button input until the loop was complete. This works very well.<br />
Thanks for giving me new ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/comment-page-1/#comment-461</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 12 Feb 2010 09:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=90#comment-461</guid>
		<description>What about having one LED fade into another?  For example, a red LED fading into a blue LED?</description>
		<content:encoded><![CDATA[<p>What about having one LED fade into another?  For example, a red LED fading into a blue LED?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BiLL</title>
		<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/comment-page-1/#comment-405</link>
		<dc:creator>BiLL</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=90#comment-405</guid>
		<description>Nice work m8, im try to do samething for a project for my university. i work with pic 18F1320 ( c programming ) . Could u want to send me a code in this pic or something like that in order to fix it to work . Im already thank u for this idea a read.</description>
		<content:encoded><![CDATA[<p>Nice work m8, im try to do samething for a project for my university. i work with pic 18F1320 ( c programming ) . Could u want to send me a code in this pic or something like that in order to fix it to work . Im already thank u for this idea a read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobi</title>
		<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/comment-page-1/#comment-94</link>
		<dc:creator>tobi</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=90#comment-94</guid>
		<description>well sure! I admit, this code was first version and is kind of crap, I should come up with an updated one. But to solve your problem turing off the LED, just change the low/high interval ratio to a maximum of low. Try playing around with the values in line 17, e.g. change them into:  blinkl( a+100, 200 - a );</description>
		<content:encoded><![CDATA[<p>well sure! I admit, this code was first version and is kind of crap, I should come up with an updated one. But to solve your problem turing off the LED, just change the low/high interval ratio to a maximum of low. Try playing around with the values in line 17, e.g. change them into:  blinkl( a+100, 200 &#8211; a );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Martich</title>
		<link>http://www.rngtng.com/2009/05/17/arduino-fade-and-pulse-a-led-with-just-using-a-digitalport/comment-page-1/#comment-93</link>
		<dc:creator>J.Martich</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rngtng.com/?p=90#comment-93</guid>
		<description>What line would I modify to make the LED completely turn off then fade on? Or is that even possible w/ the digital channels? Thanks though this code is the shizzle fo rizzle...</description>
		<content:encoded><![CDATA[<p>What line would I modify to make the LED completely turn off then fade on? Or is that even possible w/ the digital channels? Thanks though this code is the shizzle fo rizzle&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
