1
0
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:
Oliver Kleinecke 2025-02-20 12:35:13 +01:00 committed by GitHub
parent aefa7f6986
commit 387e55f2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;