PaulStoffregen před 4 roky
rodič
revize
c5292aeb8b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      src/SD.h

+ 3
- 0
src/SD.h Zobrazit soubor

bool mkdir(const char *filepath) { bool mkdir(const char *filepath) {
return sdfs.mkdir(filepath); return sdfs.mkdir(filepath);
} }
bool rename(const char *oldfilepath, const char *newfilepath) {
return sdfs.remame(oldfilepath, newfilepath);
}
bool remove(const char *filepath) { bool remove(const char *filepath) {
return sdfs.remove(filepath); return sdfs.remove(filepath);
} }

Načítá se…
Zrušit
Uložit