CCIMXDesktop
Loading...
Searching...
No Matches
icm20608.h
1
#ifndef ICM20608_H
2
#define ICM20608_H
3
4
#define AP3216CData_INVALID_VALUE (0)
5
7
typedef
struct
{
9
struct
{
10
int
x;
11
int
y;
12
int
z;
13
}
g_acc
;
14
16
struct
{
17
int
x;
18
int
y;
19
int
z;
20
}
rol
;
21
22
int
temperature;
23
}
ICM20608Data
;
24
25
#endif
// ICM20608_H
ICM20608Data
Raw sensor data from ICM20608 device.
Definition
icm20608.h:28
g_acc
3D acceleration values in raw sensor units
rol
3D rotation delta values in raw sensor units
extern_app
professionals
boardlevel_application
SportsHealth
Adapter
icm20608.h
Generated by
1.9.8