ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
psram.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP32
4
6
7namespace esphome::psram {
8
9class PsramComponent : public Component {
10 void dump_config() override;
11};
12
13} // namespace esphome::psram
14
15#endif