SPRESENSE Arduino File library. More...
#include <Arduino.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
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) |