ESPHome
2024.10.2
esphome
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
{
5
namespace
gpio {
6
7
static
const
char
*
const
TAG =
"gpio.output"
;
8
9
void
GPIOBinaryOutput::dump_config
() {
10
ESP_LOGCONFIG(TAG,
"GPIO Binary Output:"
);
11
LOG_PIN(
" Pin: "
, this->
pin_
);
12
LOG_BINARY_OUTPUT(
this
);
13
}
14
15
}
// namespace gpio
16
}
// namespace esphome
esphome::gpio::GPIOBinaryOutput::pin_
GPIOPin * pin_
Definition:
gpio_binary_output.h:25
esphome::gpio::GPIOBinaryOutput::dump_config
void dump_config() override
Definition:
gpio_binary_output.cpp:9
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
gpio_binary_output.h
log.h
Generated by
1.8.13