Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StopRepeatMulti
- Timestamp:
- 03/12/25 07:21:38 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/StopRepeatMulti
v2 v3 2 2 Stop repeating communications main board to report weights, I/O and counter status. 3 3 4 {{{ 4 {{{#!c++ 5 5 int StopRepeatMulti(void); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 if(StopRepeatMulti() == OK) 24 24 DisplayText(0, 0, "Multi repeat stopped");