1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-20 15:04:43 +01:00 committed by GitHub
parent c36841504c
commit b72f1b9f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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