7static const uint8_t MCP4725_ADDR = 0x60;
8static const uint8_t MCP4725_RES = 12;
14 void setup()
override;
This Class provides the methods to read/write bytes from/to an i2c device.
void dump_config() override
enum esphome::mcp4725::MCP4725::ErrorCode NONE
void write_state(float state) override
Base class for all output components that can output a variable level, like PWM.
Providing packet encoding functions for exchanging data with a remote host.