1.1.1.3 mtch2120_readFromMemory

MTCH2120_I2C_Status mtch2120_readFromMemory(uint16_t memoryAddress, uint8_t *buffer, uint8_t length);

Description:

This function reads data from the MTCH2120 device memory via the I2C peripheral, according to the specified length.

Parameters:

FieldTypeDescription
memoryAddressuint16_tAddress of the memory location
bufferuint8_t *Buffer to store the read value
lengthuint8_tNumber of bytes to read

Return:

MTCH2120_I2C_Status