Internal addresses, registers, constants for the DS75LX sensor. More...

Detailed Description

Internal addresses, registers, constants for the DS75LX sensor.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

Definition in file ds75lx_internals.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DS75LX_MAX_CONVERSION_TIME   (25U)
 Max conversion time unit (ms)
 
#define DS75LX_ADDR   (0x48)
 DS75LX I2C address (7 bit address)
 

DS75LX registers

#define DS75LX_REG_TEMPERATURE   (0x00)
 
#define DS75LX_REG_CONFIGURATION   (0x01)
 
#define DS75LX_REG_T_HYST   (0x02)
 
#define DS75LX_REG_T_OS   (0x03)
 

Configuration register bits

#define DS75LX_CONF_SD_POS   (0)
 
#define DS75LX_CONF_TM_POS   (1)
 
#define DS75LX_CONF_POL_POS   (2)
 
#define DS75LX_CONF_F0_POS   (3)
 
#define DS75LX_CONF_F0_MASK   (0x18)
 
#define DS75LX_CONF_R0_POS   (5)
 
#define DS75LX_CONF_R0_MASK   (0x60)