Changes between Version 14 and Version 15 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight
- Timestamp:
- 02/25/20 16:52:36 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight
v14 v15 109 109 BACKGROUND_EVENT(Comm) 110 110 { 111 // Use MnBdRead directly to prevent overhead of MnBdProcess 112 // MnBdRead will call event MultiRcv that we registered previously when scale and DIO status is received 111 // This gets called every few milliseconds or so. MnBdRead must be called to process any messages received from 112 // from the mainboard. MnBdRead will call event MultiRcv that we registered previously when scale and DIO status status is 113 // received. 113 114 114 115 int n;