Arduino参考

Arduino参考 > Functions > Bits and Bytes > lowByte()

lowByte()

Extracts the low-order (rightmost) byte of a variable (e.g. a word).

Syntax

lowByte(x)

Parameters

x: a value of any type

Returns

Data type: byte.