<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakamura001</author_name>
  <author_url>https://blog.hatena.ne.jp/nakamura001/</author_url>
  <blog_title>強火で進め</blog_title>
  <blog_url>https://nakamura001.hatenablog.com/</blog_url>
  <categories>
    <anon>mbed</anon>
  </categories>
  <description>前回のLED点滅のサンプル、HelloWorldのプログラムは以下の様に成っています。 #include &quot;mbed.h&quot; DigitalOut myled1(LED1); int main() { while(1) { myled1 = 1; wait(0.2); myled1 = 0; wait(0.2); } } #include &quot;mbed.h&quot; で基本的なライブラリを読み込み。DigitalOut myled(LED1) で LED1 を myled1 という変数名で扱う、while(1) でループを回し、その中の処理を無限に繰り返す。 while(1) { } という作りに成ってい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnakamura001.hatenablog.com%2Fentry%2F20101125%2F1290699391&quot; title=&quot;LED点滅のHelloWorldプログラムの内容を理解する - 強火で進め&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>2010-11-25 00:36:31</published>
  <title>LED点滅のHelloWorldプログラムの内容を理解する</title>
  <type>rich</type>
  <url>https://nakamura001.hatenablog.com/entry/20101125/1290699391</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
