MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / closeSdCard

Function closeSdCard

src/sd_functions.cpp:78–81  ·  view source on GitHub ↗

** Function name: closeSdCard ** Description: Turn Off SDCard, set sdcardMounted state to false ***************************************************************************************/

Source from the content-addressed store, hash-verified

76** Description: Turn Off SDCard, set sdcardMounted state to false
77***************************************************************************************/
78void closeSdCard() {
79 SDM.end();
80 sdcardMounted = false;
81}
82
83/***************************************************************************************
84** Function name: deleteFromSd

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected