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

Spresense Arduino eMMC library. More...

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

Go to the source code of this file.

Classes

class  eMMCClass
 The eMMC class provides functions for accessing the eMMC and manipulating its files and directories. Also, this class also provides the USB Mass storage function. More...
 

Variables

eMMCClass eMMC
 

Detailed Description

Spresense Arduino eMMC library.

Author
Sony Semiconductor Solutions Corporation

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