#define bitRead(value, bit) (((value) >> (bit)) & 0x01)
Reads a bit of a number.
the value of the bit (0 or 1).
wiring_constants.h
Macros