Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevNetWt


Ignore:
Timestamp:
03/12/25 07:25:51 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v3 v4  
    22Resets the previous net weight so the next call to IsNetWtChanged will return true.
    33
    4 {{{
     4{{{#!c++
    55void ResetPrevNetWt(void);
    66
     
    2323== Examples ==
    2424
    25 {{{
     25{{{#!c++
    2626// After clearing a menu display reset the previous gross weight so the net weight will be redrawn right away
    2727ResetPrevNetWt();