1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 14:20:29 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-09 14:14:11 +01:00 committed by GitHub
parent 353c2aa2dd
commit 1323f4e5fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
protected:
friend class Mcp4461Wiper;
void set_write_protection_status_();
void update_write_protection_status_();
uint8_t get_wiper_address_(uint8_t wiper);
uint16_t read_wiper_level_(uint8_t wiper);
bool is_writing_();