Spresense Arduino Library v3.4.7-5f8c5fafcb28868819924dd618d362af1c6d606e
Loading...
Searching...
No Matches
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.