@ -0,0 +1,15 @@
#pragma once
struct IMU_Data
{
short Temp;
struct { short X, Y, Z; } Acc;
struct { short X, Y, Z; } Gyr;
struct { short X, Y, Z; } Mag;
float Bar;
float Tmp;
};
void IMU_Init();
void IMU_Get(IMU_Data& Data);
The note is not visible to the blocked user.