[Data Types]
描述
A word stores a 16-bit unsigned number, from 0 to 65535. Same as an unsigned short.
語法
word var = val;
參數
var
: variable name.val
: the value to assign to that variable.
範例程式碼
word w = 10000;
參考
語法參考主頁面
86Duino 參考的文本是根據 Creative Commons Attribution-ShareAlike 3.0 License,部分文本是從 the Arduino reference 修改的。 參考中的代碼示例已發佈到公共領域。