#define bitSet(value, bit) ((value) |= (1UL << (bit)))
Sets (writes a 1 to) a bit of a numeric variable.
none
wiring_constants.h
Macros