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.
Dependencies: MMA8451Q SDFileSystem mbed
Fork of SDCardTest by
Diff: SDFileSystem.h
- Revision:
- 3:68ef62208d4d
- Parent:
- 2:849162a1207f
--- a/SDFileSystem.h Mon Dec 14 22:32:28 2009 +0000
+++ b/SDFileSystem.h Thu Dec 31 15:11:08 2009 +0000
@@ -1,6 +1,8 @@
/* mbed Microcontroller Library - SDFileSystem
* Copyright (c) 2008-2009, sford
*/
+
+// VERY DRAFT CODE!!!
#ifndef SDFILESYSTEM_H
#define SDFILESYSTEM_H
@@ -44,7 +46,13 @@
protected:
int _cmd(int cmd, int arg);
+ int _cmdx(int cmd, int arg);
int _cmd8();
+ int _cmd58();
+ int initialise_card();
+ int initialise_card_v1();
+ int initialise_card_v2();
+
int _read(char *buffer, int length);
int _write(const char *buffer, int length);
