ESPHome
2025.5.0
Loading...
Searching...
No Matches
esphome
components
atm90e32
button
atm90e32_button.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/component.h
"
4
#include "
esphome/components/atm90e32/atm90e32.h
"
5
#include "
esphome/components/button/button.h
"
6
7
namespace
esphome
{
8
namespace
atm90e32 {
9
10
class
ATM90E32GainCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
11
public
:
12
ATM90E32GainCalibrationButton
() =
default
;
13
14
protected
:
15
void
press_action
()
override
;
16
};
17
18
class
ATM90E32ClearGainCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
19
public
:
20
ATM90E32ClearGainCalibrationButton
() =
default
;
21
22
protected
:
23
void
press_action
()
override
;
24
};
25
26
class
ATM90E32OffsetCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
27
public
:
28
ATM90E32OffsetCalibrationButton
() =
default
;
29
30
protected
:
31
void
press_action
()
override
;
32
};
33
34
class
ATM90E32ClearOffsetCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
35
public
:
36
ATM90E32ClearOffsetCalibrationButton
() =
default
;
37
38
protected
:
39
void
press_action
()
override
;
40
};
41
42
class
ATM90E32PowerOffsetCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
43
public
:
44
ATM90E32PowerOffsetCalibrationButton
() =
default
;
45
46
protected
:
47
void
press_action
()
override
;
48
};
49
50
class
ATM90E32ClearPowerOffsetCalibrationButton
:
public
button::Button
,
public
Parented
<ATM90E32Component> {
51
public
:
52
ATM90E32ClearPowerOffsetCalibrationButton
() =
default
;
53
54
protected
:
55
void
press_action
()
override
;
56
};
57
58
}
// namespace atm90e32
59
}
// namespace esphome
atm90e32.h
button.h
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition
helpers.h:538
esphome::atm90e32::ATM90E32ClearGainCalibrationButton
Definition
atm90e32_button.h:18
esphome::atm90e32::ATM90E32ClearGainCalibrationButton::ATM90E32ClearGainCalibrationButton
ATM90E32ClearGainCalibrationButton()=default
esphome::atm90e32::ATM90E32ClearGainCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:22
esphome::atm90e32::ATM90E32ClearOffsetCalibrationButton
Definition
atm90e32_button.h:34
esphome::atm90e32::ATM90E32ClearOffsetCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:45
esphome::atm90e32::ATM90E32ClearOffsetCalibrationButton::ATM90E32ClearOffsetCalibrationButton
ATM90E32ClearOffsetCalibrationButton()=default
esphome::atm90e32::ATM90E32ClearPowerOffsetCalibrationButton
Definition
atm90e32_button.h:50
esphome::atm90e32::ATM90E32ClearPowerOffsetCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:68
esphome::atm90e32::ATM90E32ClearPowerOffsetCalibrationButton::ATM90E32ClearPowerOffsetCalibrationButton
ATM90E32ClearPowerOffsetCalibrationButton()=default
esphome::atm90e32::ATM90E32GainCalibrationButton
Definition
atm90e32_button.h:10
esphome::atm90e32::ATM90E32GainCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:10
esphome::atm90e32::ATM90E32GainCalibrationButton::ATM90E32GainCalibrationButton
ATM90E32GainCalibrationButton()=default
esphome::atm90e32::ATM90E32OffsetCalibrationButton
Definition
atm90e32_button.h:26
esphome::atm90e32::ATM90E32OffsetCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:32
esphome::atm90e32::ATM90E32OffsetCalibrationButton::ATM90E32OffsetCalibrationButton
ATM90E32OffsetCalibrationButton()=default
esphome::atm90e32::ATM90E32PowerOffsetCalibrationButton
Definition
atm90e32_button.h:42
esphome::atm90e32::ATM90E32PowerOffsetCalibrationButton::ATM90E32PowerOffsetCalibrationButton
ATM90E32PowerOffsetCalibrationButton()=default
esphome::atm90e32::ATM90E32PowerOffsetCalibrationButton::press_action
void press_action() override
Definition
atm90e32_button.cpp:55
esphome::button::Button
Base class for all buttons.
Definition
button.h:29
component.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
Generated by
1.12.0