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