Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetIndexFromDACRange
- Timestamp:
- 03/12/25 08:20:36 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetIndexFromDACRange
v2 v3 2 2 Get an index value from a DAC range. 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetDACRangeFromIndex(DACOuputRange range); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 DACOutputRange range = dacOutput4to20mA; 23 23