We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb52bba commit 4a19be1Copy full SHA for 4a19be1
libraries/SD/src/SD.h
@@ -26,6 +26,7 @@ class SDFS : public FS {
26
27
public:
28
SDFS(FSImplPtr impl);
29
+ ~SDFS();
30
bool begin(
31
uint8_t ssPin = SS, SPIClass &spi = SPI, uint32_t frequency = 4000000, const char *mountpoint = "/sd", uint8_t max_files = 5, bool format_if_empty = false
32
);
0 commit comments