ESPHome  2024.7.2
esp32_hall.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 #ifdef USE_ESP32
7 
8 namespace esphome {
9 namespace esp32_hall {
10 
12  public:
13  void dump_config() override;
14 
15  void update() override;
16 
17  std::string unique_id() override;
18 };
19 
20 } // namespace esp32_hall
21 } // namespace esphome
22 
23 #endif
std::string unique_id() override
Definition: esp32_hall.cpp:19
This class simplifies creating components that periodically check a state.
Definition: component.h:283
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
Base-class for all sensors.
Definition: sensor.h:57