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