arduino:m5stickc:04.speaker

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
arduino:m5stickc:04.speaker [2020/08/13 17:23] babaarduino:m5stickc:04.speaker [2020/09/07 09:29] (現在) baba
行 5: 行 5:
 <div style="position: relative; padding-bottom: 62.5%; height: 0;"><iframe src="https://www.loom.com/embed/6315ac1ce46c4b0985e1a7e02ab3002a" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div> <div style="position: relative; padding-bottom: 62.5%; height: 0;"><iframe src="https://www.loom.com/embed/6315ac1ce46c4b0985e1a7e02ab3002a" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
 </html> </html>
 +
 +<code>
 +#include <M5StickC.h>
 +void setup() {
 +  // put your setup code here, to run once:
 +  pinMode(26,OUTPUT);
 +}
 +
 +void loop() {
 +  // put your main code here, to run repeatedly:
 +  digitalWrite(26, HIGH);
 +  delay(1);
 +  digitalWrite(26, LOW);
 +  delay(1);
 +}
 +</code>
 +
 +----
 +
 +{{indexmenu>:arduino:m5stickc#1|js#indextheme navbar}}
 +
 +
  
  • /home/users/2/lolipop.jp-4404d470cd64c603/web/ws/data/attic/arduino/m5stickc/04.speaker.1597306995.txt.gz
  • 最終更新: 2020/08/13 17:23
  • by baba