re-factoring/re-structure of modules
This commit is contained in:
15
src/MPU6050.h
Normal file
15
src/MPU6050.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef MPU6050H
|
||||
#define MPU6050H
|
||||
|
||||
//#include "servos.h"
|
||||
|
||||
void writeDebug();
|
||||
void readMpu6050Data();
|
||||
void setupMpu6050();
|
||||
|
||||
float Mpu6050_getangle_pitch( void );
|
||||
float Mpu6050_getyaw_rate( void );
|
||||
|
||||
|
||||
|
||||
#endif //MPU6050H
|
||||
Reference in New Issue
Block a user