1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 23:52:28 +01:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke
2025-02-05 15:07:50 +01:00
committed by GitHub
parent dc13e233d6
commit 569655d78e

View File

@@ -11,7 +11,7 @@ namespace mcp4461 {
class Mcp4461Wiper : public output::FloatOutput {
public:
Mcp4461Wiper(Mcp4461Component *parent, Mcp4461WiperIdx wiper, bool enable, bool terminal_a, bool terminal_b,
bool terminal_w, float initial_value = 1.0)
bool terminal_w, float initial_value)
: parent_(parent),
wiper_(wiper),
enable_(enable),