#define bitClear(value, bit) ((value) &= ~(1UL << (bit)))
Clears (writes a 0 to) a bit of a numeric variable.
none
wiring_constants.h
Macros