mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 15:52:20 +01:00
Update mcp4461_output.h
This commit is contained in:
@@ -42,7 +42,6 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
|
|||||||
void decrease_wiper();
|
void decrease_wiper();
|
||||||
void enable_terminal(char terminal);
|
void enable_terminal(char terminal);
|
||||||
void disable_terminal(char terminal);
|
void disable_terminal(char terminal);
|
||||||
void set_initial_value(float initial_value);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void write_state(float state) override;
|
void write_state(float state) override;
|
||||||
|
Reference in New Issue
Block a user