Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
- Timestamp:
- 12/13/12 15:34:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
v6 v7 17 17 == Examples == 18 18 {{{ 19 // Global 20 CMillisecondTimer timerReqWeight; 19 21 ... 22 20 23 SetBackgroundEvent(BackgroundEventComm); 21 24 22 25 MnBdSetEvent(MNBD_REQ_GET_WT, MnBdEventWtRcv); 26 timerReqWeight.Start(100, true); 23 27 24 28 ...