Arduino Zero DAC (Analog Output) Cutoff Below the Rail Voltage

Hi jessewp,

remove this line from your code

  pinMode(A0, OUTPUT);        //Set A0 as a DAC

otherwise pin A0 will be set as a digital output and this interferes with the dac output

Marco