#define highByte(w) ((uint8_t) ((w) >> 8))
Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).
byte
wiring_constants.h
Macros