zigbee-herdsman
Preparing search index...
adapter/ember/utils/math
lowHighBits
Function lowHighBits
lowHighBits
(
n
:
number
)
:
[
number
,
highBits
:
number
]
Returns both the low and high bits (in that order) of the same 8-bit value 'n' as uint8_t.
Parameters
n
:
number
Returns
[
number
,
highBits
:
number
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
zigbee-herdsman
Loading...
Returns both the low and high bits (in that order) of the same 8-bit value 'n' as uint8_t.