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

Spresense Arduino SDHCI library. More...

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

Go to the source code of this file.

Classes

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

Detailed Description

Spresense Arduino SDHCI library.

Author
Sony Semiconductor Solutions Corporation

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