Simple busy-loop delaying(delay.h)
シンプルな遅延処理
原文
ヘッダーファイル:
libmaple/delay.h
概要
遅延処理
delay_us()
を提供します。
データ型
なし
API関数
遅延
■
void delay_us(uint32 us)
usで指定した時間(マイクロ秒)、遅延を行います。
引数
us
:遅延時間 (単位 マイクロ秒)
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
.
このドキュメントはleafLabs, LLC.が執筆し、たま吉が翻訳・一部加筆修正したものです。
NAVER、ヤフオク等の営利目的の記事転用、リンク貼りは禁止
です。
Arduino STM32 リファレンス 日本語版
に戻る