getFreeCmdCount()
描述
command buffer 還剩多少空間。
此 command buffer size 為 1024。
語法
machine.getFreeCmdCount();
參數
machine
:為 Machine
物件。
無參數。
回傳
int
:回傳 command buffer 還剩多少空間。
See also
getCmdCount()
isCmdBufferFull()
The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.