创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


en:arduino:language:unsignedchar

unsigned char

Description

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 Arduino programming style, the byte data type is to be preferred.

Example

    unsigned char myChar = 240;

Reference Home

本页面的其他翻译:
en/arduino/language/unsignedchar.txt · 最后更改: 2016/12/25 22:15 (外部编辑)