Reference → lowByte() and highByte() Returns low and high bytes of word. b = lowByte(val); // returns lower byte b = highByte(val); // returns higher byte