I2C read specific register without repeated start
Hello,I'm interfacing the KTD2026 RGB sensor.Writing to the device's registers works with normal HAL I2C functions.The problem i'm facing is reading the device's registers which from datasheet should be done the following way:I have tried both HAL_I2...