Teacup_Firmware/sd.h

18 lines
230 B
C

/** \file Coordinating reading and writing of SD cards.
*/
#ifndef _SD_H
#define _SD_H
#include "config_wrapper.h"
#ifdef SD_CARD_SELECT_PIN
#define SD
void sd_init(void);
#endif /* SD_CARD_SELECT_PIN */
#endif /* _SD_H */