Witmotion IMU Library
1.3.1~dev_4684448
Open source UART communication library for sensor devices manufactured by WitMotion Shenzhen Co.,Ltd
version.h
1
namespace
witmotion
2
{
3
4
static
const
std::string library_version()
5
{
6
return
"1.3.1~dev_4684448"
;
7
}
8
9
}
10
11
#
include
<
QtGlobal
>
12
#
if
QT_VERSION
<
QT_VERSION_CHECK
(
5
,
14
,
0
)
13
#
define
ENDL
endl
14
#
define
HEX
hex
15
#
define
DEC
dec
16
#
else
17
#
define
ENDL
Qt
::
endl
18
#
define
HEX
Qt
::
hex
19
#
define
DEC
Qt
::
dec
20
#
endif
include
witmotion
version.h
Generated by
1.9.1