Hello,
reading and writing of I2C-registers of/to a remote slave is rather simple.
We use a Python script in AnalogLaunchPAD program.
The Problem is to read the data of a 16bit register similar to
board.ReadI2C(0x48,0x6014,regLength=2) or board.ReadI2C(0x48,0x6014).
Reading with board.ReadI2C(0x48,0x6014,regLength=1) resp. board.ReadI2C(0x48,0x6014) delivers no error but this executes only 0x48 as chip ID and 0x14 as register address.
Is there a command for 16bit Register reading?
Regards
Torsten