mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Orientation Tracker
This commit is contained in:
parent
88c03aa744
commit
32e1539c22
6 changed files with 182 additions and 8 deletions
|
@ -80,7 +80,7 @@ typedef struct setsu_event_t
|
|||
struct
|
||||
{
|
||||
float accel_x, accel_y, accel_z; // unit is 1G
|
||||
float gyro_x, gyro_y, gyro_z; // unit is deg/sec
|
||||
float gyro_x, gyro_y, gyro_z; // unit is rad/sec
|
||||
uint32_t timestamp; // microseconds
|
||||
} motion;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue