SD

Dependencies:   FATFileSystem

Dependents:   Termocamera_ironblack PTUT1219

Files at this revision

API Documentation at this revision

Comitter:
gia95
Date:
Fri May 31 10:04:08 2019 +0000
Parent:
6:8db0d3b02cec
Commit message:
SD_lib

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.h Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.lib	Fri Sep 09 19:35:14 2016 +0000
+++ b/FATFileSystem.lib	Fri May 31 10:04:08 2019 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#e2ab678eb692
+https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#28e685e5ff7f
--- a/SDFileSystem.h	Fri Sep 09 19:35:14 2016 +0000
+++ b/SDFileSystem.h	Fri May 31 10:04:08 2019 +0000
@@ -59,7 +59,7 @@
     virtual int disk_sync();
     virtual uint32_t disk_sectors();
 
-protected:
+public:
 
     int _cmd(int cmd, int arg);
     int _cmdx(int cmd, int arg);