Function robotiq_driver::data_utils::get_lsb
Defined in File data_utils.hpp
Function Documentation
-
uint8_t robotiq_driver::data_utils::get_lsb(uint16_t value)
Get the Least Significant Byte (LSB) of the given value.
- Parameters:
value – A 16-bits value.
- Returns:
The Least Significant Byte (LSB) of the given value.