<?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"
	>
<channel>
	<title>Comments on: Parallax RFID Reader + Arduino - 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>
	<pubDate>Tue, 06 Jan 2009 20:47:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<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>
