mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Adding seek() and size() functions to SD File class.
This commit is contained in:
@ -33,6 +33,8 @@ public:
|
||||
virtual int peek();
|
||||
virtual int available();
|
||||
virtual void flush();
|
||||
boolean seek(uint32_t pos);
|
||||
uint32_t size();
|
||||
void close();
|
||||
operator bool();
|
||||
};
|
||||
|
Reference in New Issue
Block a user