CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Revision:
21:2fa676f214fe
Parent:
15:002bac432234
diff -r 002bac432234 -r 2fa676f214fe process_data.h
--- a/process_data.h	Thu Jun 05 19:03:42 2014 +0000
+++ b/process_data.h	Sat Jun 07 07:12:25 2014 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 
 bool process_init();
-bool process_data(int data, int *split);
+bool process_data(int xdata, int ydata, int *split);
 bool process_close();
 
 #endif // _PROCESS_DATA_H
\ No newline at end of file