======lowByte() ====== ====Description ==== Extracts the low-order (rightmost) byte of a variable (e.g. a word). ====Syntax ==== lowByte(x) ====Parameters ==== x: a value of any type ====Returns ==== byte ====See also ==== * [[arduino:bits and bytes:HighByte]] * [[arduino:conversion:WordCast | word]] Source: arduino.cc