Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackScale


Ignore:
Timestamp:
07/18/14 14:58:15 (10 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACTrackScale

    v5 v6  
    4040for(n = 1; n <= 2; n++)
    4141{
    42    SetDACReg(n, dacAD5422Control, 0x3FF0 | dacRange0_10V, WAIT_ACK);
     42   SetDACReg(n, dacAD5422Control, 0x3FF0 | dacOutput0to10V, WAIT_ACK);
    4343   SetDACTrackScale(n, scale, dacTrackGross, WAIT_ACK);
    4444   SetDACFloat(n, dacLowWeight, 0.0, WAIT_ACK);