Function flipperzero_sys::bit_lib_get_bit
source · pub unsafe extern "C" fn bit_lib_get_bit(
data: *const u8,
position: usize
) -> boolExpand description
Get the bit of a byte.
Returns:
- The bit.
Arguments
data- The byte to get the bits from.position- The position of the bit.