DAC Hat

The following products are supported:

DAC

class DACHat

Constructors

class DACHat(i2c: I2C, address: int = 0x60, vdd: float = 5.0, vout: float = 3.3)

Create a DAC Hat object.

Parameters:
  • i2c – I2C object

  • address – I2C address of the DAC Hat

  • vdd – VDD voltage of the DAC Hat

  • vout – VOUT voltage of the DAC Hat

UIFLOW2:

init.svg

DACHat class inherits DACUnit class, See unit.DACUnit.Methods for more details.