some cleaning
[protos/imu.git] / mpu6050.h
index b04c67c..327cd4a 100644 (file)
--- a/mpu6050.h
+++ b/mpu6050.h
 uint8_t mpu6050_init(void);
 uint8_t mpu6050_read_all_axes(int16_t *values);
 
-
 extern double mpu6050_gx;
 extern double mpu6050_gy;
 extern double mpu6050_gz;