24#error "eMMC library is NOT supported by SubCore."
43#include <sdk/config.h>
54class eMMCClass :
public StorageClass {
Spresense Arduino Storage library.
The eMMC class provides functions for accessing the eMMC and manipulating its files and directories....
Definition eMMC.h:54
int format(uint8_t fattype=32)
Format the eMMC device.
int beginUsbMsc()
Start USB Mass Storage Class.
boolean begin()
Initialize the eMMC library.
boolean end()
Finalize the eMMC library.
boolean begin(uint8_t)
Initialize the eMMC library with Power on PIN.
int endUsbMsc()
Stop USB Mass Storage Class.