First of all, thank you for maintaining this crate !
I have two i2c sensors that I would like to connect to the chip:
I am able to get data when using one chip but when connecting both i2c devices but did not succeed to reuse the i2c variable to read data from the second sensor as it has been moved previously.
Do you know if this is a supported scenario or if there is any example to connect multiple HAL i2c devices ?
First of all, thank you for maintaining this crate !
I have two i2c sensors that I would like to connect to the chip:
I am able to get data when using one chip but when connecting both i2c devices but did not succeed to reuse the
i2cvariable to read data from the second sensor as it has been moved previously.Do you know if this is a supported scenario or if there is any example to connect multiple HAL i2c devices ?