CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Committer:
ellingjp
Date:
Thu Jun 05 19:03:42 2014 +0000
Revision:
15:002bac432234
Parent:
8:8430a5c0914c
Child:
21:2fa676f214fe
Using updated peak detection

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ellingjp 8:8430a5c0914c 1 #ifndef _PROCESS_DATA_H
ellingjp 8:8430a5c0914c 2 #define _PROCESS_DATA_H
ellingjp 8:8430a5c0914c 3
ellingjp 8:8430a5c0914c 4 #include "mbed.h"
ellingjp 8:8430a5c0914c 5
ellingjp 8:8430a5c0914c 6 bool process_init();
ellingjp 15:002bac432234 7 bool process_data(int data, int *split);
ellingjp 8:8430a5c0914c 8 bool process_close();
ellingjp 8:8430a5c0914c 9
ellingjp 8:8430a5c0914c 10 #endif // _PROCESS_DATA_H