From b72f1b9f2b60021c96471f3e7be7db490ddc4518 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Thu, 20 Feb 2025 15:04:43 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index c44665ed99..9099e62324 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -84,7 +84,8 @@ class Mcp4461Component : public Component, public i2c::I2CDevice { float get_setup_priority() const override { return setup_priority::HARDWARE; } void loop() override; /// @brief get user-data value from eeprom location - /// @param[location] location to fetch data from, valid is uint8_t in range of 0-4 for 5x 9 bits (=max int of 511) of user-data + /// @param[location] location to fetch data from, valid is uint8_t in range of 0-4 + /// mcp4461 provides 5x 9 bits (=max int of 511) of user-data storage /// @return uint16_t - returns the eeprom value stored in given eeprom user-data location uint16_t get_eeprom_value(Mcp4461EepromLocation location); /// @brief set user-data value from eeprom location