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