1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-01 00:18:18 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-05 13:35:52 +01:00 committed by GitHub
parent 89c5657633
commit 3cb7be56d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,10 +96,10 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
WiperState reg_[8];
void begin_();
bool update_{false};
bool wiper_0_enabled_{true};
bool wiper_1_enabled_{true};
bool wiper_2_enabled_{true};
bool wiper_3_enabled_{true};
bool disable_wiper_0{false};
bool disable_wiper_1{false};
bool disable_wiper_2{false};
bool disable_wiper_3{false};
};
} // namespace mcp4461
} // namespace esphome