This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

I2C driver for HTU21D

Other Parts Discussed in Thread: TMP006

Hello 

I implement i2c driver for HTU21D , but during HALI2C init there is requiremment of 2 argument

HalI2CInit(ADDRESS, callback);

when i goes in sensor tag project there predefind variable for address like 

for IR tempature sensor TMP006_I2C_ADDRESS   0x44

for humidity sensor HAL_SHT21_I2C_ADDRESS      0x40

for gyro sensor HAL_GYRO_I2C_ADDRESS                    0x68

then I enter address in my case