CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Revision:
2:a28cc676a454
Parent:
0:cd1fe4f0ed39
Child:
3:9aa7c37212b5
--- a/main.h	Thu May 08 20:01:10 2014 +0000
+++ b/main.h	Thu May 08 22:27:54 2014 +0000
@@ -1,7 +1,12 @@
 #define DMP_ERROR_RATE 1
 #define SD_ERROR_RATE 2
 
-#define LOG_FILE "/sd/data.log"
+#define RAW_ACCEL_FILE "/sd/raw_accel.log"
+#define LIN_ACCEL_FILE "/sd/lin_accel.log"
+#define WORLD_ACCEL_FILE "/sd/world_accel.log"
+#define GRAV_FILE "/sd/gravity.log"
+#define QUAT_FILE "/sd/quaternians.log"
+#define SPLITS_FILE "/sd/split_times.log"
 
 //#define PC_DEBUG
 #ifdef PC_DEBUG