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: SDCard.h
- Revision:
- 4:cc85cfaa2086
- Parent:
- 0:d6e3d1e21484
--- a/SDCard.h Tue Jun 16 09:04:53 2015 +0000 +++ b/SDCard.h Tue Jun 16 13:06:19 2015 +0000 @@ -19,12 +19,13 @@ int initialise_card_v1(); int initialise_card_v2(); int disk_initialize(); -int disk_write(const uint8_t *, uint64_t); -int disk_read(uint8_t *, uint64_t); +int FUNC_WR_SD(const uint8_t *, uint64_t); +int FUNC_RD_SD(uint8_t *, uint64_t); int cmd(int, int); int cmd58(); int cmdx(int, int); int cmd8(); +int *FUNC_INIT_SD(); uint64_t sd_sectors();