ESPHome 2025.5.0
Loading...
Searching...
No Matches
micronova_button.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome {
8namespace micronova {
9
11 public:
13 void dump_config() override { LOG_BUTTON("", "Micronova button", this); }
14
15 void set_memory_data(uint8_t f) { this->memory_data_ = f; }
16 uint8_t get_memory_data() { return this->memory_data_; }
17
18 protected:
19 void press_action() override;
20};
21
22} // namespace micronova
23} // namespace esphome
uint8_t m
Definition bl0906.h:1
Base class for all buttons.
Definition button.h:29
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7