1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 23:22:21 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke
2025-02-06 15:48:48 +01:00
committed by GitHub
parent 3271c33396
commit 9e28f253d8

View File

@@ -87,6 +87,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
protected:
friend class Mcp4461Wiper;
void set_write_protection_status_();
bool is_writing_();
bool is_eeprom_busy_();
uint8_t get_wiper_address_(uint8_t wiper);