CSE477 / swimate_v2

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

process_data.h

Committer:
ellingjp
Date:
2014-05-20
Revision:
8:8430a5c0914c
Child:
15:002bac432234

File content as of revision 8:8430a5c0914c:

#ifndef _PROCESS_DATA_H
#define _PROCESS_DATA_H

#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_close();

#endif // _PROCESS_DATA_H