bitClear()

描述

将数值的某一位设置为0

语法

bitClear(x,n)

参数

x:被操作的数字变量

n:被设置为1的位数(右起第一位为0位,第二位位1,以此类推)

返回

例程

注意

访问Stduino官网 ,了解更多Stduino动态