ESPHome
2024.10.2
esphome
esphome
components
ld2410
number
gate_threshold_number.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/components/number/number.h
"
4
#include "../ld2410.h"
5
6
namespace
esphome
{
7
namespace
ld2410 {
8
9
class
GateThresholdNumber
:
public
number::Number
,
public
Parented
<LD2410Component> {
10
public
:
11
GateThresholdNumber
(uint8_t gate);
12
13
protected
:
14
uint8_t
gate_
;
15
void
control
(
float
value)
override
;
16
};
17
18
}
// namespace ld2410
19
}
// namespace esphome
esphome::ld2410::GateThresholdNumber
Definition:
gate_threshold_number.h:9
esphome::number::Number
Base-class for all numbers.
Definition:
number.h:39
number.h
esphome::ld2410::GateThresholdNumber::gate_
uint8_t gate_
Definition:
gate_threshold_number.h:14
esphome::ld2410::GateThresholdNumber::control
void control(float value) override
Definition:
gate_threshold_number.cpp:8
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
esphome::ld2410::GateThresholdNumber::GateThresholdNumber
GateThresholdNumber(uint8_t gate)
Definition:
gate_threshold_number.cpp:6
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition:
helpers.h:521
Generated by
1.8.13