Question
VD6283TX adress change
Hello all,
i have 2 VD6283TX sensors connected on 1 i2c handler and i want to change adress on one of them. Which command should i send to sensor to change adress ?
Something like this ?
HAL_I2C_Master_Transmit(hi2c, A2_LIGHT_SENSOR_INSTANCE_0, txBuffer, 2, 1000);
tx buffer is array with old adress and new addres
Thank you so much.
