ESPHome  2024.10.2
Data Structures | Enumerations | Functions
esphome::tem3200 Namespace Reference

Data Structures

class  TEM3200Component
 This class implements support for the tem3200 pressure and temperature i2c sensors. More...
 

Enumerations

enum  ErrorCode { NONE = 0, RESERVED = 1, STALE = 2, FAULT = 3 }
 

Functions

float convert_temperature (uint16_t raw_temperature)
 

Enumeration Type Documentation

◆ ErrorCode

Enumerator
NONE 
RESERVED 
STALE 
FAULT 

Definition at line 11 of file tem3200.cpp.

Function Documentation

◆ convert_temperature()

float esphome::tem3200::convert_temperature ( uint16_t  raw_temperature)
inline

Definition at line 100 of file tem3200.cpp.