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: FileManager GPSGms6 SDFileSystem mbed
Fork of 2545_SD_Card by
Diff: FileManager.h
- Revision:
- 5:07aaa6e3784c
- Parent:
- 4:aa7ac2ac6913
- Child:
- 6:a05ec997c496
--- a/FileManager.h Mon May 09 08:59:23 2016 +0000 +++ b/FileManager.h Mon May 09 09:02:56 2016 +0000 @@ -36,4 +36,5 @@ void logGPSData(char date[], char time[]); void logSystemData(float gps_interval); Variable_Data_TypeDef * readVarFile(); -int getVarListAmount(); +int getAmountVarList(); +Variable_Data_TypeDef * getVarList();
