<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Namareba</author_name>
  <author_url>https://blog.hatena.ne.jp/Namareba/</author_url>
  <blog_title>Namareba食べたい</blog_title>
  <blog_url>https://namareba.hatenablog.com/</blog_url>
  <categories>
    <anon>Arduino</anon>
  </categories>
  <description>Arduinoでモータ2つをtoshiba ta7291pモータドライバを使って制御した。 仕様はシリアルモニターでw,a,d,sで前進,左回転,右回転,停止を行う。 以下スケッチ int Rin1=10; int Rin2=11; int Lin1=5; int Lin2=6; void setup(){ Serial.begin(9600); pinMode(Rin1,OUTPUT); pinMode(Rin2,OUTPUT); pinMode(Lin1,OUTPUT); pinMode(Lin2,OUTPUT); } void loop(){ if(Serial.available() …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnamareba.hatenablog.com%2Fentry%2F2013%2F04%2F24%2F153423&quot; title=&quot;シリアルモニターからモータ2つを制御 - Namareba食べたい&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>2013-04-24 15:34:23</published>
  <title>シリアルモニターからモータ2つを制御</title>
  <type>rich</type>
  <url>https://namareba.hatenablog.com/entry/2013/04/24/153423</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
