]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/rpp/mout.h
Excluding from Git annoying preference files that are deleted and regenerated constantly.
[pes-rpp/rpp-lib.git] / rpp / include / rpp / mout.h
1 /**
2  * Power Output (12V, 2A, Push/Pull) RPP API header file.
3  *
4  * @file mout.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_MOUT_H
13 #define __RPP_MOUT_H
14
15 /**
16  * MOUT module initialization.
17  * Call this method before using this module.
18  *
19  * @return SUCCESS if initialization successful.
20  *          FAILURE if module already initialized.
21  */
22 int8_t rpp_mout_init();
23
24
25 #endif /* __RPP_MOUT_H */
26