ESPHome 2025.5.0
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 {
8namespace psram {
9
10class PsramComponent : public Component {
11 void dump_config() override;
12};
13
14} // namespace psram
15} // namespace esphome
16
17#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7