Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_HDC1000_I2C_ADDRESS   (0x43)
 Default I2C bus address of HDC1000 devices.
 
#define CONFIG_HDC1000_CONVERSION_TIME   (26000)
 Typical conversion time needed to acquire new values [in us].
 

Macro Definition Documentation

◆ CONFIG_HDC1000_CONVERSION_TIME

#define CONFIG_HDC1000_CONVERSION_TIME   (26000)

Typical conversion time needed to acquire new values [in us].

Note
This time value is chosen twice as large as needed for two 14-bit conversions (worst case) to allow for timer imprecision: (convert temp + convert hum) * 2 -> (6.5ms + 6.5ms) * 2 := 26ms.

Definition at line 77 of file hdc1000.h.

◆ CONFIG_HDC1000_I2C_ADDRESS

#define CONFIG_HDC1000_I2C_ADDRESS   (0x43)

Default I2C bus address of HDC1000 devices.

The address value depends on the state of ADR0 and ADR1 Pins For more details refer Section 8.5.1 of datasheet

Definition at line 66 of file hdc1000.h.