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
Diff: log_data.h
- Revision:
- 20:294eaeaf2ebb
- Parent:
- 17:fb8415091770
- Child:
- 22:9350752f5414
--- a/log_data.h Thu Jun 05 19:23:53 2014 +0000 +++ b/log_data.h Thu Jun 05 20:06:41 2014 +0000 @@ -6,7 +6,7 @@ #define SPLIT_LOG "/sd/splits.log" #define PEAK_LOG "/sd/peaks.log" -bool log_init(char* timestamp); +bool log_init(); bool log_data(VectorInt16 *data); bool log_data(int split); bool log_close();