mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 07:08:20 +00:00
Update mcp4461.h
This commit is contained in:
parent
aefa7f6986
commit
387e55f2ad
@ -8,6 +8,7 @@ namespace esphome {
|
|||||||
namespace mcp4461 {
|
namespace mcp4461 {
|
||||||
|
|
||||||
/// @brief Struct representing current wiper details/state
|
/// @brief Struct representing current wiper details/state
|
||||||
|
/// Default wiper state is 0x80h (128 int)
|
||||||
struct WiperState {
|
struct WiperState {
|
||||||
bool enabled = true;
|
bool enabled = true;
|
||||||
uint16_t state = 0;
|
uint16_t state = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user