0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[構想編(妄想)]外部入力でLチカさせて遊ぶ。

Last updated at Posted at 2025-10-29

参考

いろいろ注意

  • 過去ログを見よ!!!
  • 何でこんな、簡単そうなのには、物凄い勢いで、食いついてくるんだ。(きらいじゃないけど

目的

最終的に周辺装置のブザーを外部入力で鳴らす為のテスト
確認の為に低速でLチカ

最終的には、Arduino Modulino Buzzer(STM32C011)にプログラムを
書き込んで遊ぶ

仕様

  • Lチカの間隔は、200ミリ秒とする
  • 13番のLを光らせる
  • 外部入力が押されたら一回、LオンとLオフをする
  • 外部入力が押されていなかったら、無視する

無限ループ開始

条件ループ開始(条件 外部入力

LEDオン
待つ
LEDオフ
待つ

ループ終了

ループ終了

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?