<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fujiharagiken</author_name>
  <author_url>https://blog.hatena.ne.jp/fujiharagiken/</author_url>
  <blog_title>組込み系システム開発室by藤原技研M</blog_title>
  <blog_url>https://fujiharagiken.hatenablog.com/</blog_url>
  <categories>
    <anon>組込み系</anon>
    <anon>キッチンタイマー</anon>
    <anon>PIC24FJ64GB002</anon>
  </categories>
  <description>①ポートの反転処理で発音する関数を追加します。 void beep(int time) { int i; for (i = 0; i &lt; time; i++) { IO_RB14_SetHigh(); // portに’H’を出力 __delay_us(500); // [us]待つ IO_RB14_SetLow(); // portに’L’を出力 __delay_us(500); // [us]待つ } } ②スイッチ操作時に上記関数を呼び出します。 beep(70); // ピッ音</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffujiharagiken.hatenablog.com%2Fentry%2F2018%2F12%2F19%2F131127&quot; title=&quot;キッチンタイマーの製作（7）確認音の追加 - 組込み系システム開発室by藤原技研M&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>2018-12-19 13:11:27</published>
  <title>キッチンタイマーの製作（7）確認音の追加</title>
  <type>rich</type>
  <url>https://fujiharagiken.hatenablog.com/entry/2018/12/19/131127</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
