SD Mangue Baja

Dependencies:   FXOS8700CQ FATFileSystem

Files at this revision

API Documentation at this revision

Comitter:
danilloaguiar
Date:
Wed Oct 23 23:47:27 2019 +0000
Parent:
3:7b35d1709458
Commit message:
sid

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
FXOS8700CQ.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.lib	Mon Mar 17 14:34:01 2014 +0000
+++ b/FATFileSystem.lib	Wed Oct 23 23:47:27 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/FATFileSystem/#e960e2b81a3c
+http://mbed.org/users/mbed_official/code/FATFileSystem/#b6669c987c8e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FXOS8700CQ.lib	Wed Oct 23 23:47:27 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/trm/code/FXOS8700CQ/#e2fe752b881e
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Wed Oct 23 23:47:27 2019 +0000
@@ -141,7 +141,7 @@
 
 int SDFileSystem::initialise_card() {
     // Set to 100kHz for initialisation, and clock card with cs = 1
-    _spi.frequency(100000);
+    _spi.frequency(100000000);
     _cs = 1;
     for (int i = 0; i < 16; i++) {
         _spi.write(0xFF);