Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVer
- Timestamp:
- 03/12/25 07:48:23 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVer
v3 v4 2 2 Gets the Loader (OPI card boot loader) version 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetLoaderVer(); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 int n = GetLoaderVer(); 23 23 if(n < 108)