CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Revision:
15:002bac432234
Parent:
8:8430a5c0914c
Child:
21:2fa676f214fe
--- a/process_data.h	Wed May 28 20:28:14 2014 +0000
+++ b/process_data.h	Thu Jun 05 19:03:42 2014 +0000
@@ -3,13 +3,8 @@
 
 #include "mbed.h"
 
-#define INT16_MAX 0x7FFF
-#define UINT16_MAX 0xFFFF
-
-#define WINDOW_SIZE 30
-
 bool process_init();
-uint16_t process_data(int16_t data);
+bool process_data(int data, int *split);
 bool process_close();
 
 #endif // _PROCESS_DATA_H
\ No newline at end of file