byte

描述

一個 byte 可以儲存 8-bit 的無號數,範圍為 0 到 255。

範例


byte b = B10010; // "B" 代表二進制符號 (B10010 = 十進制的數字18)

See also

word
byte()
Variable Declaration


語法參考主頁面

本頁由熱血青年 LBU 譯自英文版。

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.