“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论坛