Developer World
Spresense Arduino Library v3.2.0-77d75a4
Storage.h File Reference

Spresense Arduino Storage library. More...

#include <sdk/config.h>
#include <Arduino.h>
#include <File.h>
Include dependency graph for Storage.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Spresense Arduino Storage library.

Author
Sony Semiconductor Solutions Corporation

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.