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

SPRESENSE Arduino File library. More...

#include <Arduino.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
Include dependency graph for File.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  File
 The File class allows for reading from and writing to individual files on the File System. More...
 

Macros

#define FILE_READ   O_RDONLY
 
#define FILE_WRITE   (O_RDONLY | O_WRONLY | O_CREAT)
 

Detailed Description

SPRESENSE Arduino File library.

Author
Sony Semiconductor Solutions Corporation

The File library allows for reading from and writing to File