1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-24 11:38:23 +00:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-09 18:41:56 +01:00 committed by GitHub
parent 18242b71d7
commit 87b9f67134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ namespace mcp4461 {
class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Component> {
public:
Mcp4461Wiper(Mcp4461Component *parent, Mcp4461WiperIdx wiper) : parent_(parent), wiper_(wiper) {}
}
uint16_t read_state();
uint16_t update_state();
//void save_level();