pub unsafe extern "C" fn CAMU_WriteMcuVariableI2c(
    select: u32_,
    addr: u16_,
    data: u16_
) -> Result
Expand description

Writes to the specified MCU variable of the specified camera.

§Arguments

  • select - Camera to write to.
  • addr - Address to write to.
  • data - Data to write.