mirror of
https://github.com/esphome/esphome.git
synced 2025-04-03 17:30:28 +01:00
Update mcp4461_output.h
This commit is contained in:
parent
569655d78e
commit
48fd8e240e
@ -31,13 +31,6 @@ class Mcp4461Wiper : public output::FloatOutput {
|
|||||||
parent->disable_terminal(wiper, 'b');
|
parent->disable_terminal(wiper, 'b');
|
||||||
if (!terminal_w && wiper_idx < 4)
|
if (!terminal_w && wiper_idx < 4)
|
||||||
parent->disable_terminal(wiper, 'w');
|
parent->disable_terminal(wiper, 'w');
|
||||||
if (this->initial_value_ >= 0.000 && this->initial_value_ <= 0.256) {
|
|
||||||
// Use the value
|
|
||||||
ESP_LOGCONFIG(TAG, "Setting initial value %.3f", this->initial_value_);
|
|
||||||
this->_parent->set_wiper_level(wiper, this->initial_value_);
|
|
||||||
} else {
|
|
||||||
ESP_LOGCONFIG(TAG, "No (valid) initial value set, retaining previous wiper level.");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
uint16_t get_wiper_level();
|
uint16_t get_wiper_level();
|
||||||
void save_level();
|
void save_level();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user