Added some printf for debuging
This commit is contained in:
parent
b2995b9894
commit
88c2b6e388
|
@ -92,6 +92,10 @@ static inline void __attribute__((always_inline)) gyro_get_dps(double* x_dps, do
|
|||
*x_dps = x * DPS_PER_DIGIT;
|
||||
*y_dps = y * DPS_PER_DIGIT;
|
||||
*z_dps = z * DPS_PER_DIGIT;
|
||||
|
||||
//printf(">x_dps:%f\n", *x_dps);
|
||||
//printf(">y_dps:%f\n", *y_dps);
|
||||
//printf(">z_dps:%f\n", *z_dps);
|
||||
}
|
||||
|
||||
void gyro_update(void)
|
||||
|
|
Loading…
Reference in New Issue