Changes between Version 14 and Version 15 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight


Ignore:
Timestamp:
02/25/20 16:52:36 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v14 v15  
    109109BACKGROUND_EVENT(Comm)
    110110{
    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.
    113114
    114115        int n;