ESPHome 2025.5.0
Loading...
Searching...
No Matches
sts3x.h
Go to the documentation of this file.
1#pragma once
2
6
7#include <cinttypes>
8
9namespace esphome {
10namespace sts3x {
11
14 public:
15 void setup() override;
16 void dump_config() override;
17 float get_setup_priority() const override;
18 void update() override;
19};
20
21} // namespace sts3x
22} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:301
Implementation of a i2c functions for Sensirion sensors Sensirion data requires crc checking.
Base-class for all sensors.
Definition sensor.h:57
This class implements support for the ST3x-DIS family of temperature i2c sensors.
Definition sts3x.h:13
float get_setup_priority() const override
Definition sts3x.cpp:45
void dump_config() override
Definition sts3x.cpp:35
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7