1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-31 16:08:15 +01:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-06 18:40:14 +01:00 committed by GitHub
parent c79aa866d3
commit f83412be66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
namespace esphome { namespace esphome {
namespace mcp4461 { namespace mcp4461 {
class Mcp4461Wiper : public output::FloatOutput, public Parented<MCP4461> { class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Component> {
public: public:
Mcp4461Wiper(Mcp4461Component *parent, Mcp4461WiperIdx wiper, bool enable, bool terminal_a, bool terminal_b, Mcp4461Wiper(Mcp4461Component *parent, Mcp4461WiperIdx wiper, bool enable, bool terminal_a, bool terminal_b,
bool terminal_w) bool terminal_w)