boardVersion (Function) |
Top Previous Next |
boardVersion returns the version number of the firmware running on the RTCU device.
Input: None
Returns: INT (0..32767) Version number of the firmware on the RTCU device. Version will be scaled by 100 so that version 3.00 will be returned as 300.
Declaration: FUNCTION boardVersion : INT;
Example: INCLUDE rtcu.inc |