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:
@ -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.
|
||||
|
Reference in New Issue
Block a user