ESPHome  2024.9.0
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 
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
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7