1.1.1.10 mtch2120_getSensorControl

MTCH2120_I2C_Status mtch2120_getSensorControl(uint8_t channel, uint16_t *sensorControl_l);

Description:

This function reads Sensor Control Values from the MTCH2120 device memory via the I2C peripheral, according to the specified channel.

Parameters:

FieldTypeDescription
channeluint8_tChannel Number to read the Sensor Control Value.
sensorControl_luint16_t*Buffer to store the read value

Return:

MTCH2120_I2C_Status