Datasheet

SDA to I2C Data (on the Uno, this is A4 on the Mega it is 20 and on the Leonardo digital 2)
SCL to I2C Clock(on the Uno, this is A5 on the Mega it is 21 and on the Leonardo digital 3)
There's two other pins remaining.
A0 allow you to change the I2C address. By default (nothing attached to A0) the address is hex 0x62. If A0 is
connected to VDD the address is 0x63. This lets you have two DAC boards connected to the same SDA/SCL I2C
bus pins.
VOUT is the voltage out from the DAC! The voltage will range from 0V (when the DAC value is 0) to VDD (when
the DAC 'value' is the max 12-bit number: 0xFFF)
© Adafruit Industries https://learn.adafruit.com/mcp4725-12-bit-dac-tutorial Page 6 of 14