![Neousys Technology Nuvo 2500 Series User Manual Download Page 154](http://html1.mh-extra.com/html/neousys-technology/nuvo-2500-series/nuvo-2500-series_user-manual_1667801154.webp)
Nuvo-2500 Series User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 154 of 154
5.11 Using MCU Function
The Micro-Controller Unit (MCU) functions are provided necessary capabilities to
communicate with on-board chip.
5.11.1 LED Function Reference
5.11.1.1 MCU_GetVersion
Syntax
BOOL MCU_GetVersion(DWORD *lpDateCode);
Description
Gets the version code of on-board MCU chip.
Parameter
lpDateCode
[out]
Specifies the version code which format is 0xYYYYMMDD, e.g. 0x20150701.
Return Value
Returns TRUE if operation successes, FALSE if operation failed.
Usage
DWORD code = 0;
BOOL ret = MCU_GetVersion(&code);