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.
Fork of TFOX_CDMS_VR_1_0_WORKING by
Diff: main.cpp
- Revision:
- 4:cc85cfaa2086
- Parent:
- 3:0c3f7c3fabc9
- Child:
- 5:c77b49508927
diff -r 0c3f7c3fabc9 -r cc85cfaa2086 main.cpp
--- a/main.cpp	Tue Jun 16 09:04:53 2015 +0000
+++ b/main.cpp	Tue Jun 16 13:06:19 2015 +0000
@@ -2,6 +2,7 @@
 #include "rtos.h"
 #include "func_head.h"
 #include "i2c.h"
+#include "SDCard.h"
 
 Serial pc(USBTX,USBRX);
 
@@ -96,6 +97,7 @@
     pl_spi.frequency(1000000);
     
     FUNC_INIT_RTC();
+    int *status_sd = FUNC_INIT_SD();
     
     while(1);
 }
\ No newline at end of file
    