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
log_data.h
- Committer:
- ellingjp
- Date:
- 2014-06-05
- Revision:
- 15:002bac432234
- Parent:
- 9:a711b5b34d73
- Child:
- 17:fb8415091770
- Child:
- 21:2fa676f214fe
File content as of revision 15:002bac432234:
#ifndef _LOG_FILE_H
#define _LOG_FILE_H
#include "helper_3dmath.h"
#define ACCEL_LOG "/sd/data.log"
#define SPLIT_LOG "/sd/splits.log"
#define PEAK_LOG "/sd/peaks.log"
bool log_init();
bool log_data(VectorInt16 *data);
bool log_data(int split);
bool log_close();
#endif // _LOG_FILE_H