RK4_euler

Dependencies:   FatFileSystem mbed

Fork of RK4_euler by hige dura

Revision:
4:cc2b1a6de723
Parent:
3:5b192b38b3bb
Child:
5:12e37af16f2e
--- 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;