BitSet()

From Microduino Wiki
Jump to: navigation, search

bitSet()

  • Description

Set a bit to a numerical variable.

  • Syntax

bitSet(x, n)
  • Parameter

X:the numerical variable to be set N:the bit to be set, and 0 is the most important ( rightest) bit.

  • Return

No

[Return to Arduino Syntax Manual]