pub unsafe extern "C" fn CAMU_WriteMcuVariableI2c(
select: u32_,
addr: u16_,
data: u16_,
) -> ResultExpand 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.