bit()

描述

计算指定位元为 1 时所代表的数值 (例如:位元 0 的值是 1,位元 1 的值是 2,位元 2 的值是 4 …等)。

语法


bit(n)

参数

n: 欲计算的位元

回传

该位元所代表的数值

See also

bitRead()
bitWrite()
bitSet()
bitClear()


语法参考主页面

本页由热血青年 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.