ESPHome  2024.4.2
sm2235.h
Go to the documentation of this file.
1 #pragma once
2 
5 #include "esphome/core/hal.h"
6 
7 namespace esphome {
8 namespace sm2235 {
9 
11  public:
12  SM2235() = default;
13 
14  void setup() override;
15  void dump_config() override;
16 };
17 
18 } // namespace sm2235
19 } // namespace esphome
void dump_config() override
Definition: sm2235.cpp:18
void setup() override
Definition: sm2235.cpp:9
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7