IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
|
Functions | |
esp_err_t | sd_c_init (FILE **file) |
Initialize the SD card and open the file to write data. | |
void | write_to_file_c (FILE *file, char *text) |
Write text to file. |
esp_err_t sd_c_init | ( | FILE ** | logFile | ) |
Initialize the SD card and open the file to write data.
logFile | pointer to the file that needs to be open. |
< esp_err_t value indicating success (no error)
< esp_err_t value indicating success (no error)
< esp_err_t value indicating success (no error)
void write_to_file_c | ( | FILE * | file, |
char * | text ) |
Write text to file.
file | pointer to the file descriptor to write the text. |
text | array of characters to write to the file. |