1
0
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:
Oliver Kleinecke 2025-02-07 16:49:56 +01:00 committed by GitHub
parent 23c219a99b
commit b888a7336e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,6 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
void decrease_wiper();
void enable_terminal(char terminal);
void disable_terminal(char terminal);
void set_initial_value(float initial_value);
protected:
void write_state(float state) override;