Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNumScales
- Timestamp:
- 03/12/25 07:35:29 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNumScales
v3 v4 2 2 Get the number of scale inputs. 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetNumScales(void); 6 6 }}} … … 20 20 == Example == 21 21 22 {{{ 22 {{{#!c++ 23 23 int n; 24 24 n = GetNumScales();