ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::tmp1075 Namespace Reference

Data Structures

struct  TMP1075Config
 
class  TMP1075Sensor
 

Enumerations

enum  EConversionRate { CONV_RATE_27_5_MS , CONV_RATE_55_MS , CONV_RATE_110_MS , CONV_RATE_220_MS }
 
enum  EAlertFunction { ALERT_COMPARATOR = 0 , ALERT_INTERRUPT = 1 }
 

Variables

constexpr uint8_t REG_TEMP = 0x0
 
constexpr uint8_t REG_CFGR = 0x1
 
constexpr uint8_t REG_LLIM = 0x2
 
constexpr uint8_t REG_HLIM = 0x3
 
constexpr uint8_t REG_DIEID = 0xF
 
constexpr uint16_t EXPECT_DIEID = 0x0075
 

Enumeration Type Documentation

◆ EAlertFunction

Enumerator
ALERT_COMPARATOR 
ALERT_INTERRUPT 

Definition at line 51 of file tmp1075.h.

◆ EConversionRate

Enumerator
CONV_RATE_27_5_MS 
CONV_RATE_55_MS 
CONV_RATE_110_MS 
CONV_RATE_220_MS 

Definition at line 44 of file tmp1075.h.

Variable Documentation

◆ EXPECT_DIEID

uint16_t esphome::tmp1075::EXPECT_DIEID = 0x0075
constexpr

Definition at line 15 of file tmp1075.cpp.

◆ REG_CFGR

uint8_t esphome::tmp1075::REG_CFGR = 0x1
constexpr

Definition at line 10 of file tmp1075.cpp.

◆ REG_DIEID

uint8_t esphome::tmp1075::REG_DIEID = 0xF
constexpr

Definition at line 13 of file tmp1075.cpp.

◆ REG_HLIM

uint8_t esphome::tmp1075::REG_HLIM = 0x3
constexpr

Definition at line 12 of file tmp1075.cpp.

◆ REG_LLIM

uint8_t esphome::tmp1075::REG_LLIM = 0x2
constexpr

Definition at line 11 of file tmp1075.cpp.

◆ REG_TEMP

uint8_t esphome::tmp1075::REG_TEMP = 0x0
constexpr

Definition at line 9 of file tmp1075.cpp.