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