BitClear()
From Microduino Wiki
bitClear()
- Description
Clear the specified bit of a numeric value(set this bit as 0).
- Syntax
bitClear(x, n)
- Parameter
X:Specify the value of the bit to be cleared. N:Specify the position of the bit to be cleared, starting from 0, which stands for the rightest bit.
- Return
No