RaheeNew

Dependencies:   mbed

Dependents:   RaheeNew

Fork of Adafruit9-DOf by Bruno Manganelli

Revision:
1:c3381056a1c6
Parent:
0:772bf4786416
--- a/Source/Adafruit_9DOF.cpp	Sat Mar 21 12:33:05 2015 +0000
+++ b/Source/Adafruit_9DOF.cpp	Sat Nov 28 10:06:40 2015 +0000
@@ -15,9 +15,7 @@
  ***************************************************************************/
 
 #include <math.h>
-
 #include "Adafruit_9DOF.h"
-
 #define PI  (3.14159265F);
 
 /***************************************************************************
@@ -47,11 +45,8 @@
     @brief  Setups the HW
 */
 /**************************************************************************/
-bool Adafruit_9DOF::begin()
-{
+bool Adafruit_9DOF::begin(){
   // Enable I2C
-
-
   return true;
 }