<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Slog - Carl Heaton &#187; led</title>
	<atom:link href="http://slog.carlheaton.co.uk/index.php/tag/led/feed/" rel="self" type="application/rss+xml" />
	<link>http://slog.carlheaton.co.uk</link>
	<description>Slog - slowly updating blog.</description>
	<lastBuildDate>Sat, 24 Jul 2010 23:29:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Ardunio Visible Distance Detector v1.0 snippet</title>
		<link>http://slog.carlheaton.co.uk/index.php/2008/11/ardunio-visible-distance-detector-v10-snippet/</link>
		<comments>http://slog.carlheaton.co.uk/index.php/2008/11/ardunio-visible-distance-detector-v10-snippet/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:09:48 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[pwm]]></category>
		<category><![CDATA[srf02]]></category>

		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=107</guid>
		<description><![CDATA[/* This code receives input from the SRF02 ultrasonic and maps the values to RGB outputs to a tri-colour LED. */ #include &#60;Wire.h&#62; int redPin = 3; // Red LED, connected to digital pin 9 int greenPin = 6; // Green LED, connected to digital pin 10 int bluePin = 5; // Blue LED, connected [...]]]></description>
		<wfw:commentRss>http://slog.carlheaton.co.uk/index.php/2008/11/ardunio-visible-distance-detector-v10-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
