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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current STM32SD library does not have an end() or similar function to support stopping and deinitialising the library and SDIO peripheral.
Having an end() function would allow for:
The end() function should perform the following at least:
The Arduino SD library has recently implemented support for end(), which looks like this: https://github.com/arduino-libraries/SD/blob/a3866205cf9af4eea3e10dcdc5ac2c713f293337/src/SD.cpp#L369-L372
Kind regards, Bryn
The text was updated successfully, but these errors were encountered:
For ref: arduino-libraries/SD#37
Sorry, something went wrong.
chore: add end() method
9a0ac74
Fixes stm32duino#71 Signed-off-by: Frederic Pillon <[email protected]>
006b9d5
063cdab
fpistm
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
The current STM32SD library does not have an end() or similar function to support stopping and deinitialising the library and SDIO peripheral.
Having an end() function would allow for:
The end() function should perform the following at least:
The Arduino SD library has recently implemented support for end(), which looks like this:

https://github.com/arduino-libraries/SD/blob/a3866205cf9af4eea3e10dcdc5ac2c713f293337/src/SD.cpp#L369-L372
Kind regards,
Bryn
The text was updated successfully, but these errors were encountered: