<?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: Blinking Two LEDs; Bit Manipulation Macros Oh My!</title>
	<atom:link href="http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/</link>
	<description>...so google can organize my head.</description>
	<pubDate>Fri, 10 Oct 2008 22:26:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Nathan Gray</title>
		<link>http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185826</link>
		<dc:creator>Nathan Gray</dc:creator>
		<pubDate>Mon, 17 Mar 2008 02:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185826</guid>
		<description>Actually, binary constants have been added as an extension to GCC 4.3.0, with just the syntax you describe.  :-)</description>
		<content:encoded><![CDATA[<p>Actually, binary constants have been added as an extension to GCC 4.3.0, with just the syntax you describe.  <img src='http://www.friday.com/bbum/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Holt</title>
		<link>http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185824</link>
		<dc:creator>Ben Holt</dc:creator>
		<pubDate>Sun, 16 Mar 2008 16:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185824</guid>
		<description>Another set of macros I find useful allows you to &lt;a href="http://www.thescripts.com/forum/thread216333.html"&gt;define binary constants&lt;/a&gt;.  With these the &lt;code&gt;bit_set&lt;/code&gt; example above could be written as &lt;code&gt;bit_set(PORTD, B8(10010101));&lt;/code&gt; which is the more readable version depends, of course, on the context, but they're handy to have around.  (And why C doesn't support this directly as 0b10010101 is beyond me...)</description>
		<content:encoded><![CDATA[<p>Another set of macros I find useful allows you to <a href="http://www.thescripts.com/forum/thread216333.html">define binary constants</a>.  With these the <code>bit_set</code> example above could be written as <code>bit_set(PORTD, B8(10010101));</code> which is the more readable version depends, of course, on the context, but they&#8217;re handy to have around.  (And why C doesn&#8217;t support this directly as 0b10010101 is beyond me&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185818</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 16 Mar 2008 07:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/03/15/blinking-two-leds-bit-manipulation-macros-oh-my/#comment-185818</guid>
		<description>Wow, some people really like to make things hard, don't they?</description>
		<content:encoded><![CDATA[<p>Wow, some people really like to make things hard, don&#8217;t they?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
