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:
parent
aefa7f6986
commit
387e55f2ad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user