xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
10:db2be22bc2f9
Parent:
7:9ab8809f9693
Child:
16:602bc04e3cb5
--- a/common/SDDataStore.cpp	Mon May 13 02:56:39 2019 +0000
+++ b/common/SDDataStore.cpp	Sat May 18 03:28:31 2019 +0000
@@ -3,7 +3,8 @@
 /* constructor, pSD, TimeManager */
 SDDataStore::SDDataStore(TimeManager *pSetTM)
 {
-    pS = new SDFileSystem(PC_12, PC_11, PC_10, D4, "sd"); // MOSI, MISO, SCK, CS;
+    //pS = new SDFileSystem(PC_12, PC_11, PC_10, D4, "sd"); // MOSI, MISO, SCK, CS;
+    pS = new SDFileSystem(PC_12, PC_11, PC_10, PD_2, "sd"); // MOSI, MISO, SCK, CS;
     pT = pSetTM;
     fpCurrent = NULL;
     fnameCurrent[0] = '\0';