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