[Data Types]
説明
A word stores a 16-bit unsigned number, from 0 to 65535. Same as an unsigned short.
Syntax
word var = val;
Parameters
var
: variable name.val
: the value to assign to that variable.
Example Code
word w = 10000;
See also
Language Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。