pub unsafe extern "C" fn subghz_protocol_blocks_add_bit(
decoder: *mut SubGhzBlockDecoder,
bit: u8,
)Expand description
Add data bit when decoding.
ยงArguments
decoder- Pointer to a SubGhzBlockDecoder instancebit- data, 1bit
pub unsafe extern "C" fn subghz_protocol_blocks_add_bit(
decoder: *mut SubGhzBlockDecoder,
bit: u8,
)Add data bit when decoding.
decoder - Pointer to a SubGhzBlockDecoder instancebit - data, 1bit