Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevGrossWt
- Timestamp:
- 03/12/25 07:26:16 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevGrossWt
v3 v4 2 2 Resets the previous time so the next call to IsTimeChanged will return true. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ResetPrevGrossWt(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 gross will be redrawn right away 27 27 ResetPrevGrossWt();