mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Update mcp4461.h
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace mcp4461 {
|
namespace mcp4461 {
|
||||||
|
|
||||||
|
static const LogString *const LOG_PARENT_FAILED_STR = LOG_STR("Parent MCP4461 component has failed! Aborting");
|
||||||
|
|
||||||
struct WiperState {
|
struct WiperState {
|
||||||
bool terminal_a = true;
|
bool terminal_a = true;
|
||||||
bool terminal_b = true;
|
bool terminal_b = true;
|
||||||
|
Reference in New Issue
Block a user