Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetDAC
- Timestamp:
- 03/12/25 08:21:12 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetDAC
v6 v7 2 2 Get a DAC register value. 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetDAC(int dev, DACReg reg, int wait); 6 6 }}} … … 22 22 == Examples == 23 23 24 {{{ 24 {{{#!c++ 25 25 extern uint16 g_nDACValue16; 26 26 extern float g_fDACValue;