Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれを探していました.Micro C/OS IIリアルタイムオペレーティングシステムを使用しています. ネストされたループを作成する以外に、遅延を作成する方法が見つかりませんでした。遅延を作成する方法はありますか?
OSTimeDly()指定されたティック数だけタスクを遅延/スリープさせます。OSTimeDlyHMSM()指定された時間、分、秒、ミリ秒だけ遅延します。
OSTimeDly()
OSTimeDlyHMSM()