mirror of
https://github.com/esphome/esphome.git
synced 2025-03-31 16:08:15 +01:00
Update mcp4461.h
This commit is contained in:
parent
6f439850bc
commit
7a7d114d80
@ -13,6 +13,7 @@ struct WiperState {
|
|||||||
bool terminal_hw = true;
|
bool terminal_hw = true;
|
||||||
uint16_t state = 0;
|
uint16_t state = 0;
|
||||||
bool enabled = true;
|
bool enabled = true;
|
||||||
|
bool wiper_lock_active = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class Mcp4461Defaults : uint8_t { WIPER_VALUE = 0x80 };
|
enum class Mcp4461Defaults : uint8_t { WIPER_VALUE = 0x80 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user