ESPHome
2025.5.0
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
{
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
esphome::Component
Definition
component.h:70
esphome::psram::PsramComponent
Definition
psram.h:10
component.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
Generated by
1.12.0