1
0
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:
Oliver Kleinecke 2025-02-03 12:25:30 +01:00 committed by GitHub
parent 5fca1d1d55
commit 2abdeb5529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,