Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevNetWt
- Timestamp:
- 03/12/25 07:25:51 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevNetWt
v3 v4 2 2 Resets the previous net weight so the next call to IsNetWtChanged will return true. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ResetPrevNetWt(void); 6 6 … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 // After clearing a menu display reset the previous gross weight so the net weight will be redrawn right away 27 27 ResetPrevNetWt();