We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b10c8b commit c9c5ec8Copy full SHA for c9c5ec8
libraries/SD/src/SD.h
@@ -32,6 +32,8 @@ class SDFS : public FS
32
void end();
33
sdcard_type_t cardType();
34
uint64_t cardSize();
35
+ size_t numSectors();
36
+ size_t sectorSize();
37
uint64_t totalBytes();
38
uint64_t usedBytes();
39
bool readRAW(uint8_t* buffer, uint32_t sector);
0 commit comments