1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-06 02:40:29 +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:12:04 +01:00 committed by GitHub
parent 9f8f4a1599
commit 7dcf27f08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,6 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
void mcp4461_write_(uint8_t addr, uint16_t data);
uint8_t calc_terminal_connector_byte_(Mcp4461TerminalIdx terminal_connector);
private:
WiperState reg_[8];
void begin_();
bool update_ = false;