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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user