ESPHome
2024.10.2
esphome
esphome
components
sm2335
sm2335.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/component.h
"
4
#include "
esphome/components/sm10bit_base/sm10bit_base.h
"
5
#include "
esphome/core/hal.h
"
6
7
namespace
esphome
{
8
namespace
sm2335 {
9
10
class
SM2335
:
public
sm10bit_base::Sm10BitBase
{
11
public
:
12
SM2335
() =
default
;
13
14
void
setup
()
override
;
15
void
dump_config
()
override
;
16
};
17
18
}
// namespace sm2335
19
}
// namespace esphome
sm10bit_base.h
hal.h
esphome::sm2335::SM2335::setup
void setup() override
Definition:
sm2335.cpp:9
esphome::sm2335::SM2335::SM2335
SM2335()=default
esphome::sm2335::SM2335::dump_config
void dump_config() override
Definition:
sm2335.cpp:18
esphome::sm2335::SM2335
Definition:
sm2335.h:10
esphome::sm10bit_base::Sm10BitBase
Definition:
sm10bit_base.h:11
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
component.h
Generated by
1.8.13