Pārlūkot izejas kodu

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

main
PaulStoffregen pirms 4 gadiem
vecāks
revīzija
a4c9800ac3
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. +3
    -0
      SD.cpp

+ 3
- 0
SD.cpp Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt