ESPHome  2024.7.2
zio_ultrasonic.h
Go to the documentation of this file.
1 #pragma once
2 
6 
7 static const char *const TAG = "Zio Ultrasonic";
8 
9 namespace esphome {
10 namespace zio_ultrasonic {
11 
13  public:
14  float get_setup_priority() const override { return setup_priority::DATA; }
15 
16  void dump_config() override;
17 
18  void update() override;
19 };
20 
21 } // namespace zio_ultrasonic
22 } // namespace esphome
const float DATA
For components that import data from directly connected sensors like DHT.
Definition: component.cpp:19
This class simplifies creating components that periodically check a state.
Definition: component.h:283
const char *const TAG
Definition: spi.cpp:8
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
Base-class for all sensors.
Definition: sensor.h:57
This Class provides the methods to read/write bytes from/to an i2c device.
Definition: i2c.h:133