BitWrite()
From Microduino Wiki
bitWrite()
- Description
Write the numerical variable on the bit.
- Syntax
bitWrite(x, n, b)
- Parameters
X:the numerical variable to be written N:the bit of the numerical variable, 0 is the lowest (rightest) bit. B:the value to be written to the bit (0 or 1)
- Return
No