<?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>エンジニアのための総合SNS &#187; C言語</title>
	<atom:link href="https://sns.encafe2.org/blog/?feed=rss2&#038;tag=C%E8%A8%80%E8%AA%9E" rel="self" type="application/rss+xml" />
	<link>https://sns.encafe2.org/blog</link>
	<description>cafetería for all engineers</description>
	<lastBuildDate>Sat, 09 Nov 2019 18:12:29 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>ROM上においたデータテーブルのデータを取得できない。。。</title>
		<link>https://sns.encafe2.org/blog/?p=14308</link>
		<comments>https://sns.encafe2.org/blog/?p=14308#comments</comments>
		<pubDate>Thu, 13 Nov 2014 09:56:26 +0000</pubDate>
		<dc:creator><![CDATA[Kaz]]></dc:creator>
				<category><![CDATA[外部公開日記]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[avr-gcc]]></category>
		<category><![CDATA[C言語]]></category>

		<guid isPermaLink="false">http://sns.encafe2.org/blog/?p=14308</guid>
		<description><![CDATA[const PROGMEM char defaultMsg[] = {0x30`,0x41}; を char  [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>const PROGMEM char defaultMsg[] = {0x30`,0x41}; </p>
<p>を</p>
<p>char c　=defaultMsg[0];</p>
<p>で意図した値が取得できない！ </p>
<p>c = pgm_read_byte(&amp;defaultMsg[0]);</p>
<p>が正解。</p>
<p>しばし悩んだ。</p>
]]></content:encoded>
			<wfw:commentRss>https://sns.encafe2.org/blog/?feed=rss2&#038;p=14308</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
