lib
inertial-sense-sdk
EVB-2
IS_EVB-2
src
version
version.h
Go to the documentation of this file.
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
#include "
repositoryInfo.h
"
5
#include "
buildInfo.h
"
6
#include "
user_board.h
"
7
8
#define HARDWARE_VERSION_CHAR0 2
9
#define HARDWARE_VERSION_CHAR1 0
10
#define HARDWARE_VERSION_CHAR2 (g_hdw_detect)
11
#define HARDWARE_VERSION_CHAR3 0
12
13
#define FIRMWARE_VERSION_CHAR0 REPO_VERSION_MAJOR
14
#define FIRMWARE_VERSION_CHAR1 REPO_VERSION_MINOR
15
#define FIRMWARE_VERSION_CHAR2 REPO_VERSION_REVIS
16
#define FIRMWARE_VERSION_CHAR3 0 // firmware specific revision
17
18
19
extern
uint8_t
g_hdw_detect
;
20
21
22
23
24
#endif // VERSION_H
repositoryInfo.h
buildInfo.h
user_board.h
User board definition template.
g_hdw_detect
uint8_t g_hdw_detect
inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:05