Bit()

来自Microduino Wikipedia
跳转至: 导航搜索

bit()

  • 描述

计算指定位的值(0位是1,1位是2,2位4,以此类推)。

  • 语法

bit(n)
  • 参数

n:需要计算的位

  • 返回

位值


[返回Arduino语法手册]