User Manual

ArduCAM Camera Shield Software Application Note
www.ArduCAM.com
Return value: error status
wrSensorRegs8_8 function is used to write array of settings into sensors internal register
over I2C interface and sensors register is accessed with 8bit address and 8bit data.
6.10 int wrSensorRegs8_16(const struct sensor_reg*)
Param1: sensor setting data array
Return value: error status
wrSensorRegs8_16 function is used to write array of settings into sensors internal register
over I2C interface and sensors register is accessed with 8bit address and 16bit data.
6.11 int wrSensorRegs16_8(const struct sensor_reg*)
Param1: sensor setting data array
Return value: error status
wrSensorRegs16_8 function is used to write array of settings into sensors internal register
over I2C interface and sensors register is accessed with 16bit address and 8bit data.
6.12 int wrSensorRegs16_16(const struct sensor_reg*)
Param1: sensor setting data array
Return value: error status
wrSensorRegs16_16 function is used to write array of settings into sensors internal register
over I2C interface and sensors register is accessed with 16bit address and 16bit data.
6.13 byte wrSensorReg8_8(int regID, int regDat)
Param1: sensor internal register address
Param2: value to be written into the register
Return value: error status
wrSensorReg8_8 function is used to write a single sensors internal register over I2C
interface and sensors register is accessed with 8bit address and 8bit data.
6.14 byte wrSensorReg8_16(int regID, int regDat)
Param1: sensor internal register address
Param2: value to be written into the register
Return value: error status
wrSensorReg8_16 function is used to write a single sensors internal register over I2C
interface and sensors register is accessed with 8bit address and 16bit data.
6.15 byte wrSensorReg16_8(int regID, int regDat)
Param1: sensor internal register address
Param2: value to be written into the register
Return value: error status
wrSensorReg16_8 function is used to write a single sensors internal register over I2C
interface and sensors register is accessed with 16bit address and 8bit data.
6.16 byte wrSensorReg16_16(int regID, int regDat)
Param1: sensor internal register address
Param2: value to be written into the register
Return value: error status
wrSensorReg16_16 function is used to write a single sensors internal register over I2C
interface and sensors register is accessed with 16bit address and 16bit data.
6.17 byte rdSensorReg8_8(uint8_t regID, uint8_t* regDat)
Param1: sensor internal register address