Question from the Customer:
I am using the Aardvark I2C/SPI Host Adapter with Aardvark Software API via Python and I need to communicate with registers. I noticed that the Python API supports functions aa_i2c_write and aa_i2c_read, which perform I2C Master write and I2C Master read respectively. Is there an API function to perform I2C M...