Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACReg


Ignore:
Timestamp:
03/12/25 08:19:35 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/SetDACReg

    v4 v5  
    22Set a DAC output register.
    33
    4 {{{
     4{{{#!c++
    55int SetDACReg(int dev, DACReg reg, uint16 val, int wait);
    66}}}
     
    2323== Examples ==
    2424
    25 {{{
     25{{{#!c++
    2626   int dac = 1; // number of dac card - not number of slot
    2727   DACOutputRange outRange = dacOutput0to10V;