Hi,
I am using the DRV10983 and a 4-k EEPROM to save some information. Both are connected to the I2C. Programming the DRV10983 using python scripting works fine. However, I would like to program the EEPROM with the same script as well. For this I would have to change the I2C address in the GUI.wirte_register() function. Saddly as far as I know the parameter that is passed to the function is a string for example "DRV10983" rather than a hex-value. How can I pass a different address to the function so I can program the 4k-EEPROM as well?
Marc