mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-06 21:46:09 +01:00
954f59d9ce
The two File classes have been enclosed into different namespaces. To guarantee compatibility with old sketches that uses only one of the two libraries an additional line: using namespace xxxxx; has been added so the users can still use "File" where there is no ambiguity. BridgeLib::File and SDLib::File classes have been also aliased to BridgeFile and SDFile respectively, users are encouraged to use that instead of File. |
||
---|---|---|
.. | ||
Bridge.cpp | ||
Bridge.h | ||
Console.cpp | ||
Console.h | ||
FileIO.cpp | ||
FileIO.h | ||
HttpClient.cpp | ||
HttpClient.h | ||
Mailbox.cpp | ||
Mailbox.h | ||
Process.cpp | ||
Process.h | ||
YunClient.cpp | ||
YunClient.h | ||
YunServer.cpp | ||
YunServer.h |