Spresense Arduino Storage library. More...
Go to the source code of this file.
Classes | |
class | StorageClass |
The Storage class provides functions for accessing the storage manipulating its files and directories. More... | |
Variables | |
StorageClass | Storage |
Spresense Arduino Storage library.
The Storage library allows for creating and removing files and directories on the storage, like the flash or SD card. The file operations such as writing and reading are performed via File library.