Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
Fork of RK4_euler by
Diff: main.cpp
- 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;
