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:
- 21:2fa676f214fe
- Parent:
- 15:002bac432234
- Child:
- 22:9350752f5414
diff -r 002bac432234 -r 2fa676f214fe log_data.h --- a/log_data.h Thu Jun 05 19:03:42 2014 +0000 +++ b/log_data.h Sat Jun 07 07:12:25 2014 +0000 @@ -7,8 +7,8 @@ #define PEAK_LOG "/sd/peaks.log" bool log_init(); -bool log_data(VectorInt16 *data); -bool log_data(int split); +bool log_data(int time_ms, VectorInt16 *data); +bool log_data(int time_ms, int split); bool log_close(); #endif // _LOG_FILE_H \ No newline at end of file