CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Revision:
15:002bac432234
Parent:
9:a711b5b34d73
Child:
17:fb8415091770
Child:
21:2fa676f214fe
--- a/log_data.h	Wed May 28 20:28:14 2014 +0000
+++ b/log_data.h	Thu Jun 05 19:03:42 2014 +0000
@@ -4,10 +4,11 @@
 #include "helper_3dmath.h"
 #define ACCEL_LOG "/sd/data.log"
 #define SPLIT_LOG "/sd/splits.log"
+#define PEAK_LOG "/sd/peaks.log"
 
 bool log_init();
 bool log_data(VectorInt16 *data);
-bool log_data(uint16_t split);
+bool log_data(int split);
 bool log_close();
 
 #endif // _LOG_FILE_H
\ No newline at end of file