Byte

来自YFRobotwiki
2016年12月26日 (一) 21:22Allblue讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索


描述


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