word

[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;

参照


Language Reference Home

86Duinoリファレンスのテキストは、Arduinoリファレンスを改変したもので、Creative Commons Attribution-ShareAlike 3.0ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

上部へスクロール