BitSet()
From Microduino Wiki
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