<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>donadonasan</author_name>
  <author_url>https://blog.hatena.ne.jp/donadonasan/</author_url>
  <blog_title>ドナドナされるプログラマのメモ</blog_title>
  <blog_url>https://donadona.hatenablog.jp/</blog_url>
  <categories>
    <anon>自転車用ウインカー</anon>
  </categories>
  <description>さて、プログラミング環境も整ったのでまずはLチカから。Arduino IDEにて下記コードを作成してビルド、書き込み。 void setup() { pinMode(PIN_PA6, OUTPUT); } void loop() { digitalWrite(PIN_PA6, LOW); delay(1000); digitalWrite(PIN_PA6, HIGH); delay(1000); } 結果。Lチカ成功。 プログラムを正しく組めることがわかったので、次はいよいよ本番。 まずは本番回路を作成。SOP-DIP変換基板を使ってATtiny202を組み込む。普通はSIPピンヘッダを使って…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdonadona.hatenablog.jp%2Fentry%2F2023%2F08%2F25%2F220000&quot; title=&quot;自転車用ウインカーの制作(6) - ドナドナされるプログラマのメモ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/d/donadonasan/20230825/20230825012256.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-08-25 22:00:00</published>
  <title>自転車用ウインカーの制作(6)</title>
  <type>rich</type>
  <url>https://donadona.hatenablog.jp/entry/2023/08/25/220000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
