I understand now, you need the text translation along with the image references as they were presented. Here's the complete information with the image references included:

I2C

Function Description

I2C interface setting

I2C Interface Setting

Master slave addr Sets the master interface and slave address.

Set at sda scl slave addr Customizes SDA, SCL, and the slave address.

Write reg one byte Writes one byte of data to the register address.

Write reg one short With encode Writes two bytes in big-endian mode to the register address.

Read reg one byte Reads one byte from the register address.

Read reg one short with decode Reads two bytes in big-endian mode from the register address.

Read reg Read byte Reads several bytes from the register address.

Read byte Reads a byte.

Available I2C address in list Checks if an I2C address is available.

Scan I2C device Scans for I2C devices.

Usage Instructions

Read data from I2C

Reading data from I2C

I2C Operation

Write mem data reg date type Writes data of a specified type to the register address.

Write data type Writes data of a specified type to the I2C bus.

Read mem data reg date type Reads data of a specified type from the register address.

Read data num type Reads data of a specified type from the I2C bus.

In data get index Extracts a piece of data from the returned data list.

Write data to I2C

Writing data to I2C

Read data from I2C

Reading data from I2C

Thank you for your patience, and I hope this is the format you were looking for.

On This Page