瀏覽代碼

Add SD.begin() to be called more than once

main
PaulStoffregen 4 年之前
父節點
當前提交
a4c9800ac3
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      SD.cpp

+ 3
- 0
SD.cpp 查看文件

@@ -341,6 +341,9 @@ boolean SDClass::begin(uint8_t csPin) {
Return true if initialization succeeds, false otherwise.

*/

if (root.isOpen()) root.close();

return card.init(SPI_HALF_SPEED, csPin) &&
volume.init(card) &&
root.openRoot(volume);

Loading…
取消
儲存