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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: sdcard.cpp
- Revision:
- 3:9a06c2bed650
- Parent:
- 2:3b7b71bfc941
- Child:
- 4:6bd81bb1790d
diff -r 3b7b71bfc941 -r 9a06c2bed650 sdcard.cpp
--- a/sdcard.cpp Mon Jan 30 10:57:38 2017 +0000
+++ b/sdcard.cpp Fri Feb 10 10:39:13 2017 +0000
@@ -3,7 +3,7 @@
#include "SDFileSystem.h"
#include "sdcard.h"
#include "rtc.h"
- #include "main.h"
+
SDFileSystem sd(PTE1, PTE3, PTE2, PTE4, "sd");
FILE *fp=NULL;
@@ -23,6 +23,7 @@
}
+
void sd_open_GLCfilee(int pid)
{
