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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: sdcard.h
- Revision:
- 46:162ed3f051b2
- Parent:
- 43:85a7f399cb9d
- Child:
- 49:3ff80c4bc1be
diff -r 067673dae242 -r 162ed3f051b2 sdcard.h --- a/sdcard.h Tue Sep 12 10:08:04 2017 +0000 +++ b/sdcard.h Wed Sep 13 06:06:41 2017 +0000 @@ -13,9 +13,9 @@ void sd_open_BPfilee(uint32_t pid); //void sd_open_BPfile(int pid); void sd_write (int value); -int file_size() ; -int file_size1() ; -void sd_read(uint32_t *v1, int size); +uint32_t file_size() ; +uint32_t file_size1() ; +void sd_read(uint32_t *v1, uint16_t size); uint8_t sd_open_read(uint32_t pid); void sd_read1(BLEMsg_info &f); void setpos();