[Data Types]
説明
An unsigned data type that occupies 1 byte of memory. Same as the byte datatype.The unsigned char
datatype encodes numbers from 0 to 255.For consistency of 86Duino programming style, the byte
data type is to be preferred.
Example Code
unsigned char myChar = 240;
See also
- [Language] byte
- [Language] int
- [Language] array
- [Language] Serial.println
Language Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。