]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/rpp/sdc.h
a6b1fae2bef23c4663737d5b12fe3ce79e97f078
[pes-rpp/rpp-lib.git] / rpp / include / rpp / sdc.h
1 /**
2  * SD Card logging RPP API header file.
3  *
4  * @file sdc.h
5  *
6  * @copyright Copyright (C) 2013 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11
12 #ifndef __RPP_SDC_H
13 #define __RPP_SDC_H
14
15 /**
16  * SDC module initialization.
17  * Call this method before using this module.
18  *
19  * @return SUCCESS if initialization successful.
20  *          FAILURE is module already initialized.
21  */
22 int8_t rpp_sdc_init();
23
24
25 #endif /* __RPP_SDC_H */
26