Swimate V2 without RTOS code

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

receive_data.h

Committer:
ellingjp
Date:
2014-06-09
Revision:
24:f2503d1256ad
Parent:
8:8430a5c0914c

File content as of revision 24:f2503d1256ad:

#ifndef _RECEIVE_H
#define _RECEIVE_H

#include "helper_3dmath.h"

void receive_init();
VectorInt16 *receive_data();
bool receive_close();

#endif // _RECEIVE_H