Преглед изворни кода

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…
Откажи
Сачувај