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


Ignore:
Timestamp:
10/20/10 13:31:40 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    2020
    2121{{{
     22extern int g_nRepWtIntv;
     23
     24int nOnThres = 1000;
     25int nOffThres = 800;
     26SetWIM(1, nOnThres, nOffThres, 800);
     27
     28SleepSeconds(1);
     29
     30g_nRepWtIntv = REP_INTV_SAMPLE_RATE;
     31MnBdReqeust(1, MNBD_REQ_REP_WT, NO_WAIT_ACK);
     32
     33// Weights should now be coming in at the sample rate
     34// Weights above the threshold will be recorded into the WIM buffer
    2235}}}
    2336