Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-sd
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add SD.begin() to be called more than once
main
PaulStoffregen
hace 4 años
padre
f7c6002632
commit
a4c9800ac3
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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);
Escribir
Vista previa
Cargando…
Cancelar
Guardar