CCIMXDesktop
 
Loading...
Searching...
No Matches
icm20608.h
1#ifndef ICM20608_H
2#define ICM20608_H
3
15#define AP3216CData_INVALID_VALUE (0)
16
28typedef struct {
34 struct {
35 int x;
36 int y;
37 int z;
39
46 struct {
47 int x;
48 int y;
49 int z;
50 } rol;
51
58
59#endif /* ICM20608_H */
Raw sensor data from ICM20608 device.
Definition icm20608.h:28
int temperature
Chip internal temperature in raw sensor units.
Definition icm20608.h:56
int z
Definition icm20608.h:37
int x
Definition icm20608.h:35
int y
Definition icm20608.h:36
3D acceleration values in raw sensor units
3D rotation delta values in raw sensor units