1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-07 03:10:27 +01:00

Update esphome/components/mcp4461/mcp4461.h

Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
Oliver Kleinecke 2025-02-03 12:13:33 +01:00 committed by GitHub
parent eb98866bde
commit 2e80ef4abc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
void set_eeprom_value(MCP4461EEPRomLocation location, uint16_t value);
protected:
friend Mcp4461Wiper;
friend class Mcp4461Wiper;
bool is_writing_();
uint8_t get_wiper_address_(uint8_t wiper);
void write_wiper_level_(uint8_t wiper, uint16_t value);