<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>concre_shiitake</author_name>
  <author_url>https://blog.hatena.ne.jp/concre_shiitake/</author_url>
  <blog_title>椎茸糞日記</blog_title>
  <blog_url>https://shiitakeo.hatenablog.jp/</blog_url>
  <categories>
    <anon>AVR</anon>
    <anon>AVRStudio5</anon>
  </categories>
  <description>AVRStudio5でとりあえずLチカをやります． 使うもの ATmega168P（16MHzクリスタル） MPL2303SA（SJ1とSJ2をジャンパ） まず，前回の記事のように新しいプロジェクトを作ります． プログラム main.cに以下のコードを記述． #include &lt;avr/io.h&gt; #include &lt;util/delay.h&gt;//delay使うので． int main(void) { DDRB = 0x01;//出力用ポートの設定．PB0を出力に設定． PORTB = 0x00;//ポートの初期状態設定． while(1) { PORTB = ~PORTB;//~:反転．PO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshiitakeo.hatenablog.jp%2Fentry%2F20120915%2F1347725341&quot; title=&quot;AVRStudio5でLチカ - 椎茸糞日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-09-15 01:09:01</published>
  <title>AVRStudio5でLチカ</title>
  <type>rich</type>
  <url>https://shiitakeo.hatenablog.jp/entry/20120915/1347725341</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
