ESPHome 2025.5.0
Loading...
Searching...
No Matches
tee501.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome {
8namespace tee501 {
9
12 public:
13 void setup() override;
14 void dump_config() override;
15 float get_setup_priority() const override;
16 void update() override;
17
18 protected:
19 unsigned char calc_crc8_(const unsigned char buf[], unsigned char from, unsigned char to);
20
22};
23
24} // namespace tee501
25} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:301
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
Base-class for all sensors.
Definition sensor.h:57
This class implements support for the tee501 of temperature i2c sensors.
Definition tee501.h:11
enum esphome::tee501::TEE501Component::ErrorCode NONE
unsigned char calc_crc8_(const unsigned char buf[], unsigned char from, unsigned char to)
Definition tee501.cpp:65
float get_setup_priority() const override
Definition tee501.cpp:41
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7