mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 22:28:14 +00:00
Update mcp4461.h
This commit is contained in:
parent
a65468ad16
commit
002a3be080
@ -36,8 +36,8 @@ enum class Mcp4461Addresses : uint8_t {
|
||||
MCP4461_EEPROM_1 = 0xB0
|
||||
};
|
||||
|
||||
// @brief enumerate allowed channels/wipers
|
||||
enum Mcp4461WiperIdx : uint8_t {
|
||||
// @brief Class to enumerate allowed channels/wipers
|
||||
enum class Mcp4461WiperIdx : uint8_t {
|
||||
MCP4461_WIPER_0 = 0,
|
||||
MCP4461_WIPER_1 = 1,
|
||||
MCP4461_WIPER_2 = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user