1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke
2025-02-20 13:45:52 +01:00
committed by GitHub
parent cd7033f01e
commit 174c5208cf

View File

@@ -38,7 +38,7 @@ enum class Mcp4461Addresses : uint8_t {
}; };
// @brief Class to enumerate allowed channels/wipers // @brief Class to enumerate allowed channels/wipers
enum class Mcp4461WiperIdx : uint8_t { enum Mcp4461WiperIdx : uint8_t {
MCP4461_WIPER_0 = 0, MCP4461_WIPER_0 = 0,
MCP4461_WIPER_1 = 1, MCP4461_WIPER_1 = 1,
MCP4461_WIPER_2 = 2, MCP4461_WIPER_2 = 2,