Skip to content

Commit c9c5ec8

Browse files
authored
Update SD.h
1 parent 0b10c8b commit c9c5ec8

File tree

1 file changed

+2
-0
lines changed
  • libraries/SD/src

1 file changed

+2
-0
lines changed

libraries/SD/src/SD.h

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class SDFS : public FS
3232
void end();
3333
sdcard_type_t cardType();
3434
uint64_t cardSize();
35+
size_t numSectors();
36+
size_t sectorSize();
3537
uint64_t totalBytes();
3638
uint64_t usedBytes();
3739
bool readRAW(uint8_t* buffer, uint32_t sector);

0 commit comments

Comments
 (0)