描述
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)
扩展阅读
返回Arduino语法参考列表
更多建议和问题欢迎反馈至 YFRobot论坛