Byte:修訂版本之間的差異

從 YFRobotwiki
跳到: 導覽搜尋
(以“ {| border="0" cellpadding="20" width="100%" |- |width="100%" valign="top" align="left"| <font color="orange" size="+1">'''描述'''</font> A byte stores an 8-bit...”为内容创建页面)
 
 
第 6 行: 第 6 行:
  
 
<font color="orange" size="+1">'''描述'''</font>
 
<font color="orange" size="+1">'''描述'''</font>
 +
  
 
A byte stores an 8-bit unsigned number, from 0 to 255.
 
A byte stores an 8-bit unsigned number, from 0 to 255.

2016年12月26日 (一) 21:22的最新修訂版本


描述


A byte stores an 8-bit unsigned number, from 0 to 255.

譯:

一個位元組存儲8位無符號數,從0到255。


示例

    byte b = B10010;  // "B" is the binary formatter (B10010 = 18 decimal)


擴展閱讀

- word
- byte()




返回Arduino語法參考列表

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