1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-20 17:15:34 +01:00 committed by GitHub
parent 8ebb4ddb68
commit 743d1317e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,8 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
/// @param[wiper] wiper for which terminal shall be initialized disabled
/// @param[terminal] terminal to disable, one of { 'a', 'b', 'w', 'h' }
void initialize_terminal_disabled(Mcp4461WiperIdx wiper, char terminal);
/// @brief get error code
ErrorCode get_error_code();
protected:
friend class Mcp4461Wiper;