Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL
process_data.h
- Committer:
- ellingjp
- Date:
- 2014-06-05
- Revision:
- 15:002bac432234
- Parent:
- 8:8430a5c0914c
- Child:
- 21:2fa676f214fe
File content as of revision 15:002bac432234:
#ifndef _PROCESS_DATA_H #define _PROCESS_DATA_H #include "mbed.h" bool process_init(); bool process_data(int data, int *split); bool process_close(); #endif // _PROCESS_DATA_H