1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-24 03:28:20 +00:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-09 19:54:07 +01:00 committed by GitHub
parent 0f837256c1
commit e747b0c349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
void write_state(float state) override;
Mcp4461Component *parent_;
Mcp4461WiperIdx wiper_;
uint16_t state_;
float state_;
optional<uint16_t> initial_value_;
};