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