ESPHome 2025.5.0
Loading...
Searching...
No Matches
micronova_button.cpp
Go to the documentation of this file.
1#include "micronova_button.h"
2
3namespace esphome {
4namespace micronova {
5
7 switch (this->get_function()) {
10 break;
11 default:
12 break;
13 }
14 this->micronova_->update();
15}
16
17} // namespace micronova
18} // namespace esphome
void write_address(uint8_t location, uint8_t address, uint8_t data)
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7