mirror of
https://github.com/esphome/esphome.git
synced 2025-04-09 04:10:35 +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
5fca1d1d55
commit
2abdeb5529
@ -29,7 +29,7 @@ enum class Mcp4461Addresses : uint8_t {
|
||||
MCP4461_EEPROM_1 = 0xB0
|
||||
};
|
||||
|
||||
enum MCP4461WiperIdx {
|
||||
enum MCP4461WiperIdx : uint8_t {
|
||||
MCP4461_WIPER_0 = 0,
|
||||
MCP4461_WIPER_1 = 1,
|
||||
MCP4461_WIPER_2 = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user