Programming Reference/Librarys
Question & Answer
Q&A is closed
Sets (writes a 1 to) a bit of a numeric variable.
bitSet(x, n)
x: the numeric variable whose bit to set
n: which bit to set, starting at 0 for the least-significant (rightmost) bit
none
* bit() * bitRead() * bitWrite() * bitClear()
Source: arduino.cc