ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
gpio
output
gpio_binary_output.cpp
Go to the documentation of this file.
1
#include "
gpio_binary_output.h
"
2
#include "
esphome/core/log.h
"
3
4
namespace
esphome::gpio
{
5
6
static
const
char
*
const
TAG =
"gpio.output"
;
7
8
void
GPIOBinaryOutput::dump_config
() {
9
ESP_LOGCONFIG(TAG,
"Binary Output:"
);
10
LOG_PIN(
" Pin: "
, this->
pin_
);
11
LOG_BINARY_OUTPUT(
this
);
12
}
13
14
}
// namespace esphome::gpio
esphome::gpio::GPIOBinaryOutput::pin_
GPIOPin * pin_
Definition
gpio_binary_output.h:24
esphome::gpio::GPIOBinaryOutput::dump_config
void dump_config() override
Definition
gpio_binary_output.cpp:8
gpio_binary_output.h
log.h
esphome::gpio
Definition
gpio_binary_sensor.cpp:5
Generated by
1.12.0