1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-26 04:28:17 +00:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-09 17:22:18 +01:00 committed by GitHub
parent 52f89f19d0
commit de79c90b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
} }
} }
uint16_t read_state(); uint16_t read_state();
uint16_t update_state(); void update_state();
void save_level(); void save_level();
void enable_wiper(); void enable_wiper();
void disable_wiper(); void disable_wiper();