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 a7f8515 commit ecd3e70Copy full SHA for ecd3e70
src/STM32SD.h
@@ -157,11 +157,15 @@ class SDClass {
157
{
158
return _fatFs.fatType();
159
}
160
+ /** \return Pointer to SD card object. */
161
+ Sd2Card *card()
162
+ {
163
+ return &_card;
164
+ }
165
166
private:
167
Sd2Card _card;
168
SdFatFs _fatFs;
-
169
};
170
171
extern SDClass SD;
0 commit comments