esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Functions
spiffs.h File Reference

defininitions for spiffs More...

#include <sys/types.h>
Include dependency graph for spiffs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void read_file (const char *)
 
void spiffs_init (void)
 
void spiffs_deinit (void)
 
off_t get_file_size (const char *)
 

Detailed Description

defininitions for spiffs

Definition in file spiffs.h.

Function Documentation

◆ get_file_size()

off_t get_file_size ( const char *  filename)

Definition at line 52 of file spiffs.c.

Here is the caller graph for this function:

◆ read_file()

void read_file ( const char *  pwd)

Definition at line 65 of file spiffs.c.

Here is the call graph for this function:

◆ spiffs_deinit()

void spiffs_deinit ( void  )

Definition at line 159 of file spiffs.c.

Here is the caller graph for this function:

◆ spiffs_init()

void spiffs_init ( void  )

an example function

Definition at line 111 of file spiffs.c.

Here is the call graph for this function:
Here is the caller graph for this function: