SD
Dependencies: FATFileSystem
Dependents: Termocamera_ironblack PTUT1219
Revision 7:03009bdc6d6f, committed 2019-05-31
- 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 |
diff -r 8db0d3b02cec -r 03009bdc6d6f FATFileSystem.lib --- 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
diff -r 8db0d3b02cec -r 03009bdc6d6f SDFileSystem.h --- 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);