mirror of
https://github.com/esphome/esphome.git
synced 2025-03-26 04:28:17 +00:00
Update mcp4461_output.h
This commit is contained in:
parent
480bc5905a
commit
2bd070b150
@ -31,9 +31,6 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
|
||||
if (!terminal_w && wiper_idx < 4)
|
||||
parent->disable_terminal(wiper, 'w');
|
||||
}
|
||||
void Mcp4461Wiper::set_initial_value(float initial_value) {
|
||||
this->parent_->reg_[this->wiper_].initial_value = initial_value;
|
||||
}
|
||||
uint16_t get_wiper_level();
|
||||
void save_level();
|
||||
void enable_wiper();
|
||||
|
Loading…
x
Reference in New Issue
Block a user