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


Ignore:
Timestamp:
09/20/18 08:23:05 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v6 v7  
    1111{
    1212    // Setup DAC to not track gross or net weight but be controlled manually
     13   if(SetDACTrackScale(nDAC, 0, dacTrackGross, WAIT_ACK) != OK)
     14       printf("\n\nSetDACTrackScale error\r\n");
     15
    1316   DACOutputRange outputrange = dacOutput0to10V;
    1417   if(SetDACReg(nDAC, dacAD5422Control, 0x3FF0 | (uint16)outputrange, WAIT_ACK) != OK)