Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetDACPercent
- Timestamp:
- 03/12/25 08:20:52 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetDACPercent
v3 v4 2 2 Get a DAC output percentage. 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetDACPercent(int dev); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 int dac = 1; // number of dac card - not number of slot 24 24