flipperzero_sys

Function digital_sequence_transmit

Source
pub unsafe extern "C" fn digital_sequence_transmit(
    sequence: *mut DigitalSequence,
)
Expand description

Transmit the sequence contained in the DigitalSequence instance.

Must contain at least one registered signal and one signal index.

NOTE: The current implementation will properly initialise the GPIO provided during construction, but it is the caller’s responsibility to reconfigure it back before reusing for other purposes. This is due to performance reasons.

§Arguments

  • sequence (direction in) - pointer to the sequence to be transmitted.