「Arduinoの基礎 - 赤外線LEDとフォトダイオード」の版間の差分

文字列「</source>」を「</syntaxhighlight>」に置換
 
(同じ利用者による、間の1版が非表示)
23行目: 23行目:
これらの特徴を活かして、ブザーを鳴らしたり止めたりする。<br>
これらの特徴を活かして、ブザーを鳴らしたり止めたりする。<br>
<br>
<br>
  <source lang="c++">
  <syntaxhighlight lang="c++">
  const int PIN_PD = 3;
  const int PIN_PD = 3;
  const int PIN_BZ = 4;
  const int PIN_BZ = 4;
50行目: 50行目:
     delay( 50 );
     delay( 50 );
  }
  }
  </source>
  </syntaxhighlight>
<br><br>
<br><br>


__FORCETOC__
__FORCETOC__
[[カテゴリ:Arduino]]
[[カテゴリ:Arduino]]