ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
zio_ultrasonic.h
Go to the documentation of this file.
1#pragma once
2
6
7static const char *const TAG = "Zio Ultrasonic";
8
9namespace esphome {
10namespace zio_ultrasonic {
11
13 public:
14 void dump_config() override;
15
16 void update() override;
17};
18
19} // namespace zio_ultrasonic
20} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:425
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:59
const char *const TAG
Definition spi.cpp:8
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7