ESPHome 2025.5.0
Loading...
Searching...
No Matches
gpio_binary_output.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4namespace esphome {
5namespace gpio {
6
7static const char *const TAG = "gpio.output";
8
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
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7