mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 05:12:21 +01:00
Update mcp4461_output.h
This commit is contained in:
@@ -23,6 +23,7 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
|
||||
void write_state(float state) override;
|
||||
void turn_on() override;
|
||||
void turn_off() override;
|
||||
void set_state(bool state) override;
|
||||
Mcp4461Component *parent_;
|
||||
Mcp4461WiperIdx wiper_;
|
||||
float state_;
|
||||
|
Reference in New Issue
Block a user