ESPHome  2024.7.2
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
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7