mirror of
https://github.com/esphome/esphome.git
synced 2025-04-09 12:20:30 +01:00
Update mcp4461.h
This commit is contained in:
parent
38062ee3a5
commit
eb50c22b0a
@ -96,10 +96,10 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
|
|||||||
WiperState reg_[8];
|
WiperState reg_[8];
|
||||||
void begin_();
|
void begin_();
|
||||||
bool update_{false};
|
bool update_{false};
|
||||||
bool disable_wiper_0{false};
|
bool wiper_0_disabled_{false};
|
||||||
bool disable_wiper_1{false};
|
bool wiper_1_disabled_{false};
|
||||||
bool disable_wiper_2{false};
|
bool wiper_2_disabled_{false};
|
||||||
bool disable_wiper_3{false};
|
bool wiper_3_disabled_{false};
|
||||||
};
|
};
|
||||||
} // namespace mcp4461
|
} // namespace mcp4461
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user