Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM
- Timestamp:
- 10/20/10 13:31:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/SetWIM
v1 v2 20 20 21 21 {{{ 22 extern int g_nRepWtIntv; 23 24 int nOnThres = 1000; 25 int nOffThres = 800; 26 SetWIM(1, nOnThres, nOffThres, 800); 27 28 SleepSeconds(1); 29 30 g_nRepWtIntv = REP_INTV_SAMPLE_RATE; 31 MnBdReqeust(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 22 35 }}} 23 36