Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr
- Timestamp:
- 03/12/25 07:47:00 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr
v5 v6 2 2 Gets the main board version 3 3 4 {{{ 4 {{{#!c++ 5 5 string GetMnBdVerStr(); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 string str = GetMnBdVerStr(); 23 23 DisplayText(0, 0, str);