ESPHome
2024.10.2
esphome
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:68
esphome::psram::PsramComponent
Definition:
psram.h:10
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
component.h
Generated by
1.8.13