Skip to content

File syn_fat.h

File List > src > syntropic > storage > syn_fat.h

Go to the documentation of this file

#ifndef SYN_FAT_H
#define SYN_FAT_H

#include "../drivers/syn_sd.h"
#include "syn_vfs.h"

#ifdef __cplusplus
extern "C" {
#endif

const SYN_VfsOps *syn_fat_get_ops(void);

SYN_Status syn_fat_init(uint8_t spi_bus, SYN_GPIO_Pin cs);

#ifdef __cplusplus
}
#endif

#endif /* SYN_FAT_H */