<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>りばにしの戯言 &#187; Arduino</title>
	<atom:link href="http://nao.river24.net/blog/category/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://nao.river24.net/blog</link>
	<description>river24のriver24によるriver24のためのblog</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:00:24 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://nao.river24.net/blog/category/arduino/feed/" />
		<item>
		<title>ATmega328PなDuemilanove用のMakefile</title>
		<link>http://nao.river24.net/blog/entry/20090427230338/</link>
		<comments>http://nao.river24.net/blog/entry/20090427230338/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 14:03:38 +0000</pubDate>
		<dc:creator>りばにし</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1768</guid>
		<description><![CDATA[家でも積極的にArduinoを触ろうと思って，『Arduinoをはじめようキット』を個人で購入． Arduinoをはじめようキット posted with amazlet at 09.04.27 スイッチサイエンス 売り [...]]]></description>
			<content:encoded><![CDATA[<p>家でも積極的にArduinoを触ろうと思って，『Arduinoをはじめようキット』を個人で購入．</p>
<div class="amazlet-box">
<div class="amazlet-image"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0025Y6C5G/heavenwolf-22/ref=nosim/" name="amazletlink" target="_blank"><img src="http://ecx.images-amazon.com/images/I/51f3hT6qppL._SL160_.jpg" alt="Arduinoをはじめようキット" /></a></div>
<div class="amazlet-info">
<div class="amazlet-name"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0025Y6C5G/heavenwolf-22/ref=nosim/" name="amazletlink" target="_blank">Arduinoをはじめようキット</a>
<div class="amazlet-powered-date">posted with <a href="http://www.amazlet.com/browse/ASIN/B0025Y6C5G/heavenwolf-22/ref=nosim/" title="Arduinoをはじめようキット" target="_blank">amazlet</a> at 09.04.27</div>
</div>
<div class="amazlet-detail">スイッチサイエンス <br />売り上げランキング: 1749</div>
<div class="amazlet-link"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0025Y6C5G/heavenwolf-22/ref=nosim/" name="amazletlink" target="_blank">Amazon.co.jp で詳細を見る</a></div>
</div>
<div class="amazlet-footer"></div>
</div>
<p>するとATmega168からATmega328Pに変更になってて，Terminalからmake &#038; make uploadする際に使うMakefileに手を加えなきゃ動かなかった．</p>
<pre class="code">UPLOAD_RATE = 57600
MCU = atmega328p</pre>
<p>これで動いた．</p>
<p>ちなみにTerminalからmake &#038; make uploadするためのMakefileをどうやって用意するかに関しては，以下を参考にさせていただいた．</p>
<div class="quote">
<div class="quotetitle">ARAKI notes &#8211; emacsがArduinoをつかうためのtips 2つ．</div>
<blockquote cite="http://donrails.araki.net/archives/id/6501" title="ARAKI notes - emacsがArduinoをつかうためのtips 2つ．"><p>2つある．Makefileの用意と，emacsを楽にするもの．</p></blockquote>
<div class="cite"><cite>from <a href="http://donrails.araki.net/archives/id/6501" target="_blank">donrails.araki.net</a> at 2009年04月27日23時05分</cite></div>
</div>
<p>上記を参考にMakefileを用意して，上に書いた変更を加えれば動いた．</p>
<p>大型連休はハードウェアをいじる楽しさを堪能したいところ．</p>
]]></content:encoded>
			<wfw:commentRss>http://nao.river24.net/blog/entry/20090427230338/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://nao.river24.net/blog/entry/20090427230338/" />
	</item>
	</channel>
</rss>

