verSetAppProfile (Function) (obsolete) |
Top Previous Next |
This function is used to set the name and version number of the application. It is only necessary to set this information once - for example the first time the application is initialized. The information will be saved to Flash memory by the firmware. The name and version number chosen are entirely up to the application and its contents are not used by the firmware.
Input: name : STRING The name of the application. Maximum size is 15 characters.
version : INT The version of the application scaled by 100 (2.10 = 210).
Returns: None.
Declaration: FUNCTION verSetAppProfile;
Example: INCLUDE rtcu.inc |