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

Spresense Arduino Flash library. More...

#include <sdk/config.h>
#include <Arduino.h>
#include <Storage.h>
Include dependency graph for Flash.h:

Go to the source code of this file.

Classes

class  FlashClass
 The Flash class provides functions for accessing the flash and manipulating its files and directories.
More...
 

Variables

FlashClass Flash
 

Detailed Description

Spresense Arduino Flash library.

Author
Sony Semiconductor Solutions Corporation

The Flash library allows for creating and removing files and directories on the flash. This is derivatived from Storage library. The file operations such as writing and reading are performed via File library.