mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 11:38:23 +00:00
Update mcp4461.h
This commit is contained in:
parent
608304592d
commit
044eabe7f8
@ -78,7 +78,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
|
||||
uint16_t get_eeprom_value(Mcp4461EepromLocation location);
|
||||
bool set_eeprom_value(Mcp4461EepromLocation location, uint16_t value);
|
||||
void set_initial_value(Mcp4461WiperIdx wiper, float initial_value);
|
||||
void set_terminal_disabled_on_start(Mcp4461WiperIdx wiper, char terminal);
|
||||
void initialize_terminal_disabled(Mcp4461WiperIdx wiper, char terminal);
|
||||
|
||||
enum ErrorCode {
|
||||
MCP4461_STATUS_OK = 0, // CMD completed successfully
|
||||
|
Loading…
x
Reference in New Issue
Block a user