Просмотр исходного кода

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

main
PaulStoffregen 4 лет назад
Родитель
Сommit
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);

Загрузка…
Отмена
Сохранить