[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.
參考
函式庫參考主頁面
The text of the 86Duino reference is a modification of the Arduino reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.