1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 14:12:24 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke
2025-02-20 12:35:13 +01:00
committed by GitHub
parent aefa7f6986
commit 387e55f2ad

View File

@@ -8,6 +8,7 @@ namespace esphome {
namespace mcp4461 {
/// @brief Struct representing current wiper details/state
/// Default wiper state is 0x80h (128 int)
struct WiperState {
bool enabled = true;
uint16_t state = 0;