ESPHome  2024.4.0
copy_button.cpp
Go to the documentation of this file.
1 #include "copy_button.h"
2 #include "esphome/core/log.h"
3 
4 namespace esphome {
5 namespace copy {
6 
7 static const char *const TAG = "copy.button";
8 
9 void CopyButton::dump_config() { LOG_BUTTON("", "Copy Button", this); }
10 
12 
13 } // namespace copy
14 } // namespace esphome
void dump_config() override
Definition: copy_button.cpp:9
void press()
Press this button.
Definition: button.cpp:9
void press_action() override
Definition: copy_button.cpp:11
button::Button * source_
Definition: copy_button.h:18
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7