Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC
- Timestamp:
- 09/20/18 08:23:05 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC
v6 v7 11 11 { 12 12 // 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 13 16 DACOutputRange outputrange = dacOutput0to10V; 14 17 if(SetDACReg(nDAC, dacAD5422Control, 0x3FF0 | (uint16)outputrange, WAIT_ACK) != OK)