mirror of
https://github.com/esphome/esphome.git
synced 2025-04-08 11:50:34 +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
5a59f17d4c
commit
f62dd45140
@ -16,7 +16,7 @@ struct WiperState {
|
||||
};
|
||||
|
||||
enum class Mcp4461Defaults { WIPER_VALUE = 0x80 };
|
||||
enum class Mcp4461Commands { WRITE = 0x0, INCREMENT = 0x4, DECREMENT = 0x8, READ = 0xC };
|
||||
enum class Mcp4461Commands : uint8_t { WRITE = 0x00, INCREMENT = 0x04, DECREMENT = 0x08, READ = 0x0C };
|
||||
|
||||
enum class Mcp4461Addresses {
|
||||
MCP4461_VW0 = 0x00,
|
||||
|
Loading…
x
Reference in New Issue
Block a user