Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACReg
- Timestamp:
- 03/12/25 08:19:35 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACReg
v4 v5 2 2 Set a DAC output register. 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetDACReg(int dev, DACReg reg, uint16 val, int wait); 6 6 }}} … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 int dac = 1; // number of dac card - not number of slot 27 27 DACOutputRange outRange = dacOutput0to10V;