#[no_mangle]
pub unsafe extern "C" fn ls_send_command(
    chip_state: *mut ChipState,
    command: Command,
    channel: usize
)
Expand description

Inserts a command into the provided chip_state

Safety

chip_state must be a valid ChipState generated from the ls_init function.