<?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: Parallax RFID Reader + Arduino &#8211; Code w/Interrupt</title>
	<atom:link href="http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html</link>
	<description>Technology on Crack</description>
	<lastBuildDate>Fri, 04 Nov 2011 21:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TheKidd</title>
		<link>http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html#comment-4891</link>
		<dc:creator>TheKidd</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html#comment-4891</guid>
		<description>After looking back at this, you are correct...LOW works better. Thanks!</description>
		<content:encoded><![CDATA[<p>After looking back at this, you are correct&#8230;LOW works better. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html#comment-4156</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Tue, 28 Oct 2008 02:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tekcrack.com/parallax-rfid-reader-arduino-code-winterrupt.html#comment-4156</guid>
		<description>As in your other project code, it seems a LOW mode, rather than CHANGE mode in the attachInterrupt works better.  For me, with CHANGE, it would hang in the read function.

  attachInterrupt(0, readRFID, LOW);</description>
		<content:encoded><![CDATA[<p>As in your other project code, it seems a LOW mode, rather than CHANGE mode in the attachInterrupt works better.  For me, with CHANGE, it would hang in the read function.</p>
<p>  attachInterrupt(0, readRFID, LOW);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

