From 367abc24b42e9d6ac778eb185f87fb2b0b040a26 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Fri, 7 Feb 2025 17:20:39 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 6236902e1d..959c9ad17f 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -91,6 +91,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice { bool set_terminal_register(Mcp4461TerminalIdx terminal_connector, uint8_t data); uint16_t get_eeprom_value(Mcp4461EepromLocation location); bool set_eeprom_value(Mcp4461EepromLocation location, uint16_t value); + void Mcp4461Wiper::set_initial_value(Mcp4461WiperIdx wiper, float initial_value); protected: friend class Mcp4461Wiper;