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