Initial commit

This commit is contained in:
2016-09-04 20:38:35 +02:00
parent 251787f2a5
commit 9b87fcc68c
2 changed files with 84 additions and 0 deletions

10
libgy521.h Normal file
View File

@@ -0,0 +1,10 @@
int setupgy521(void);
int getGyroX(void);
int getGyroY(void);
int getGyroZ(void);
int getAccelX(void);
int getAccelY(void);
int getAccelZ(void);
float getAngleX(void);
float getAngleY(void);
float getAngleZ(void);