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;
|
更多建議和問題歡迎反饋至 YFRobot論壇