ESPHome
2024.10.2
esphome
esphome
components
sm2235
sm2235.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
sm2235 {
9
10
class
SM2235
:
public
sm10bit_base::Sm10BitBase
{
11
public
:
12
SM2235
() =
default
;
13
14
void
setup
()
override
;
15
void
dump_config
()
override
;
16
};
17
18
}
// namespace sm2235
19
}
// namespace esphome
sm10bit_base.h
hal.h
esphome::sm2235::SM2235::dump_config
void dump_config() override
Definition:
sm2235.cpp:18
esphome::sm2235::SM2235::setup
void setup() override
Definition:
sm2235.cpp:9
esphome::sm2235::SM2235
Definition:
sm2235.h:10
esphome::sm10bit_base::Sm10BitBase
Definition:
sm10bit_base.h:11
esphome::sm2235::SM2235::SM2235
SM2235()=default
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
component.h
Generated by
1.8.13