Explorar el Código

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

main
PaulStoffregen hace 4 años
padre
commit
a4c9800ac3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      SD.cpp

+ 3
- 0
SD.cpp Ver fichero

@@ -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);

Cargando…
Cancelar
Guardar