1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 13:22:19 +01:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke
2025-02-10 11:05:47 +01:00
committed by GitHub
parent 9c8daea283
commit 7b6d647f95

View File

@@ -23,6 +23,7 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
void write_state(float state) override; void write_state(float state) override;
void turn_on() override; void turn_on() override;
void turn_off() override; void turn_off() override;
void set_state(bool state) override;
Mcp4461Component *parent_; Mcp4461Component *parent_;
Mcp4461WiperIdx wiper_; Mcp4461WiperIdx wiper_;
float state_; float state_;