BitClear()

From Microduino Wiki
Jump to: navigation, search

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

[Return to Arduino Syntax Manual]