]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/drv/mout.h
Merge port and gpio definitions into one file in the DRV layer
[pes-rpp/rpp-lib.git] / rpp / include / drv / mout.h
1 /**
2  * RPP driver implementation for MOUT header file.
3  *
4  * @file mout.h
5  *
6  * @copyright Copyright (C) 2012-2013 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11
12 #ifndef __DRV_MOUT_H
13 #define __DRV_MOUT_H
14
15 #include "drv/digital_io.h"
16
17 // FIXME Document.
18 int8_t drv_mout_set(uint8_t pin, uint8_t val);
19 int8_t drv_mout_diag(uint8_t pin);
20
21 #endif /* __DRV_MOUT_H */