Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACFloat
- Timestamp:
- 03/12/25 08:20:18 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACFloat
v2 v3 2 2 Set a DAC register to a floating point value. 3 3 4 {{{ 4 {{{#!c++ 5 5 int SetDACFloat(int dev, DACReg reg, float 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 float val = 120.5;