CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

process_data.h

Committer:
ellingjp
Date:
2014-06-07
Revision:
21:2fa676f214fe
Parent:
15:002bac432234

File content as of revision 21:2fa676f214fe:

#ifndef _PROCESS_DATA_H
#define _PROCESS_DATA_H

#include "mbed.h"

bool process_init();
bool process_data(int xdata, int ydata, int *split);
bool process_close();

#endif // _PROCESS_DATA_H