Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
fs.h File Reference

Header file for file system operations in Rishka applications. More...

#include <librishka/types.h>

Go to the source code of this file.

Classes

class  File
 Class for handling file operations in Rishka applications. More...
 
class  FS
 Class for file system operations in Rishka applications. More...
 

Detailed Description

Header file for file system operations in Rishka applications.

Author
Nathanne Isip

This header file defines the File and FS classes, which provide functionalities for interacting with files and directories in the file system on ESP32-WROVER microcontrollers.