|
ESPHome 2025.10.3
|
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 |
|
constexpr |
Definition at line 15 of file tmp1075.cpp.
|
constexpr |
Definition at line 10 of file tmp1075.cpp.
|
constexpr |
Definition at line 13 of file tmp1075.cpp.
|
constexpr |
Definition at line 12 of file tmp1075.cpp.
|
constexpr |
Definition at line 11 of file tmp1075.cpp.
|
constexpr |
Definition at line 9 of file tmp1075.cpp.