Unsigned char

出自YFRobotwiki
跳轉到: 導覽搜尋


描述

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.

譯:

一個無符號數據類型佔用1個字節的內存。與byte的數據類型相同。

無符號的char數據類型能編碼0到255的數字。

為了保持Arduino的編程風格的一致性,byte數據類型是首選。


示例

    unsigned char myChar = 240;


擴展閱讀

- byte
- int
- array
- Serial.println




返回Arduino語法參考列表

更多建議和問題歡迎反饋至 YFRobot論壇