ESPHome  2024.4.0
psram.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef USE_ESP32
4 
6 
7 namespace esphome {
8 namespace psram {
9 
10 class PsramComponent : public Component {
11  void dump_config() override;
12 };
13 
14 } // namespace psram
15 } // namespace esphome
16 
17 #endif
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7