Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM


Ignore:
Timestamp:
10/20/10 12:59:43 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM

    v1 v1  
     1= SetWIM =
     2Setup for high speed buffered weight reading
     3
     4{{{
     5void SetWIM(int nScale, int nOnThres, int nOffThres, int nCnt)
     6}}}
     7
     8== Parameters ==
     9
     10 * nScale - scale number
     11
     12== Return Value ==
     13
     14Function does not return a result
     15
     16== Remarks ==
     17This function allocates memory to accommodate the specified count of weight values.
     18
     19== Example ==
     20
     21{{{
     22}}}
     23
     24== See Also ==
     25
     26 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/CheckWIM CheckWIM]
     27