<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ohguma</author_name>
  <author_url>https://blog.hatena.ne.jp/ohguma/</author_url>
  <blog_title>熊工房　ohgumaの腹凹ませたい日記</blog_title>
  <blog_url>https://ohguma.hatenablog.com/</blog_url>
  <categories>
    <anon>ROBO</anon>
  </categories>
  <description>Benkeiで使った発射センサは内蔵RC発振8MHzで動くArduinoと、ビュートローバーH8/ARM用 赤外線センサで作成した。しきい値の設定が悪く、SF大会中は発射していなくてもLEDがONになっていた。ソースはしきい値を調整した後のもの。デバッグ中は、読み取ったアナログ値をシリアルに出力する。 int a = 0; void setup() { pinMode(4, OUTPUT); //Serial.begin(9600); } void loop() { int sensorValue = analogRead(5); if (sensorValue &lt;400) { //Seria…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fohguma.hatenablog.com%2Fentry%2F20110909%2Fp1&quot; title=&quot;遠隔操縦でサバゲ！「発射センサ」 - 熊工房　ohgumaの腹凹ませたい日記&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/o/ohguma/20110910/20110910000420.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-09 00:00:00</published>
  <title>遠隔操縦でサバゲ！「発射センサ」</title>
  <type>rich</type>
  <url>https://ohguma.hatenablog.com/entry/20110909/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
