1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,