Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdRead
- Timestamp:
- 03/12/25 07:28:53 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdRead
v4 v5 2 2 Reads the specified main board device. 3 3 4 {{{ 4 {{{#!c++ 5 5 int MnBdRead(int nDev); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 int n = MnBdRead(MNBD_DEV); 24 24 }}}