mirror of
https://github.com/esphome/esphome.git
synced 2025-04-08 03:40:28 +01:00
Update esphome/components/mcp4461/mcp4461.h
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
7dcf27f08d
commit
eb98866bde
@ -94,11 +94,11 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
|
|||||||
|
|
||||||
WiperState reg_[8];
|
WiperState reg_[8];
|
||||||
void begin_();
|
void begin_();
|
||||||
bool update_ = false;
|
bool update_{false};
|
||||||
bool wiper_0_enabled_ = true;
|
bool wiper_0_enabled_{true};
|
||||||
bool wiper_1_enabled_ = true;
|
bool wiper_1_enabled_{true};
|
||||||
bool wiper_2_enabled_ = true;
|
bool wiper_2_enabled_{true};
|
||||||
bool wiper_3_enabled_ = true;
|
bool wiper_3_enabled_{true};
|
||||||
};
|
};
|
||||||
} // namespace mcp4461
|
} // namespace mcp4461
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user