[Motion86]
説明
Whether the machine is in motion.
構文
machine.isMoving();
媒介変数
machine
: Machine object.
No parameter.
戻り値
bool.
- true: The machine is moving.
- false: The machine is not moving. Or the setting is wrong, which means the machine does not exist or was set after the machine was started.
Please make sure that the machine exists and make sure that the machine is set up before starting the machine.
See also
Libraries Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。