MPU6050 library that is kinda beta and will probably never leave beta but it might help some people.

Dependents:   upverter_fitbit_clone sensor accelero_giro mbed_sence_test ... more

Files at this revision

API Documentation at this revision

Comitter:
Sissors
Date:
Mon Sep 10 21:26:25 2012 +0000
Parent:
1:a3366f09e95c
Commit message:
v0.2; Now documentation maybe works

Changed in this revision

MPU6050.h Show annotated file Show diff for this revision Revisions of this file
diff -r a3366f09e95c -r 5c63e20c50f3 MPU6050.h
--- a/MPU6050.h	Mon Sep 10 21:22:39 2012 +0000
+++ b/MPU6050.h	Mon Sep 10 21:26:25 2012 +0000
@@ -74,7 +74,13 @@
 #define MPU6050_GYRO_RANGE_2000     3
 
 
-
+/** MPU6050 IMU library.
+  *
+  * Example:
+  * @code
+  * Later, maybe
+  * @endcode
+  */
 class MPU6050 {
     public:
      /**