Cannot communicate with MCP4725 with smbus or Adafruit_MCP4725 library

Alright it looks like the Fast Write doesn’t work with Python. So we’ll have to use smbus.write_i2c_block_data(0x61, 0x60, bytearray([0x00, 0x00])

I forgot to add array brackets to the bytearray.

Here is an post where Scroix outlines this: Raspberry Pi 0-10V Board - libraries and code samples