Spresense Arduino eMMC library. More...
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 |
Spresense Arduino eMMC library.
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.