ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
version.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2014, Freescale Semiconductor, Inc.
4  *
5 */
6 
7 /*!
8  * @file version.h
9  * @brief Version information
10  *
11  */
12 
13 #ifndef VERSION_H_
14 #define VERSION_H_
15 
16 
17 // Defines for library information.
18 #define DEVICE_PART_NUM (0x0000) // Part number in BCD
19 #define ISF_LIB_VERSION_MAJOR (2)
20 #define ISF_LIB_VERSION_MINOR (0)
21 #define ISF_LIB_BUILD_CODE (0x3782)
22 
23 #endif /* VERSION_H_ */
24