[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.
例
unsigned char myChar = 240;
参照
- [Language] byte
- [Language] int
- [Language] array
- [Language] Serial.println
Language Reference Home
86Duinoリファレンスのテキストは、Arduinoリファレンスを改変したもので、Creative Commons Attribution-ShareAlike 3.0ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。