SparkFun_9DOF_SensorStick

Dependencies:   FatFileSystem mbed

Fork of 9DOF_SensorStick by hige dura

Files at this revision

API Documentation at this revision

Comitter:
higedura
Date:
Wed Mar 14 17:06:53 2012 +0000
Parent:
3:5b192b38b3bb
Child:
5:12e37af16f2e
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Mar 14 17:03:49 2012 +0000
+++ b/main.cpp	Wed Mar 14 17:06:53 2012 +0000
@@ -89,7 +89,6 @@
  
 int preparing_acc(){
  
-    // *** Setting up accelerometer ***
     // These are here to test whether any of the initialization fails. It will print the failure.
     if (accelerometer.setPowerControl(0x00)){
         pc.printf("didn't intitialize power control\n\r"); 
@@ -115,7 +114,6 @@
         pc.printf("didn't set the power control to measurement\n\r"); 
         return 0;
     } 
-    // ***  Setting up accelerometer ***
  
     return 0;