noTone()
原文
tone()
にて継続生成している方形波を停止します。
書式
void noTone(uint32_t pin)
引数
pin
:方形波出力ピン
説明
tone()
にて方形波出力ピンからの継続生成している方形波を停止します。
生成されていない場合は何もしません。
関連項目
tone()
HardwareTimer
analogWrite()
pwmWrite()
License and Attribution:
Portions of this page were adapted from the
Arduino Reference Documentation
, which is released under a
Creative Commons Attribution-ShareAlike 3.0 License
.
このドキュメントはArduino ccが執筆し、たま吉が翻訳・一部加筆修正したものです。
Arduino STM32 リファレンス 日本語版
に戻る