1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Further SD API cleanup.

Making file and fileOpenMode private.  Removing old functions.
This commit is contained in:
David A. Mellis
2010-11-20 11:01:38 -05:00
parent a5898ae26a
commit 6788eea3b8
2 changed files with 12 additions and 16 deletions

View File

@ -327,8 +327,7 @@ void SDClass::begin(uint8_t csPin) {
}
File SDClass::open(char *filepath,
boolean write, boolean append) {
File SDClass::open(char *filepath, boolean write, boolean append) {
/*
Open the supplied file path for reading or writing.