1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke
2025-02-20 17:35:52 +01:00
committed by GitHub
parent 4a33b62ef2
commit 2c60c3dcb0

View File

@@ -101,7 +101,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
/// @param[terminal] terminal to disable, one of { 'a', 'b', 'w', 'h' } /// @param[terminal] terminal to disable, one of { 'a', 'b', 'w', 'h' }
void initialize_terminal_disabled(Mcp4461WiperIdx wiper, char terminal); void initialize_terminal_disabled(Mcp4461WiperIdx wiper, char terminal);
/// @brief get error code /// @brief get error code
Mcp4461Component::ErrorCode get_error_code(); int get_error_code();
protected: protected:
friend class Mcp4461Wiper; friend class Mcp4461Wiper;