[Data Types]
説明
A byte stores an 8-bit unsigned number, from 0 to 255.
構文
byte var = val;
媒介変数
var: variable name.val: the value to assign to that variable.
参照
- [Language] byte()
Language Reference Home
86Duinoリファレンスのテキストは、Arduinoリファレンスを改変したもので、Creative Commons Attribution-ShareAlike 3.0ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。