dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_i2c_priv.h
Go to the documentation of this file.
1 
10 /*
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 3 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful, but
17  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  * for more details.
20  *
21  * You should have received a copy of the GNU General Public License along
22  * with this program; if not, see <http://www.gnu.org/licenses/>
23  */
24 
25 #ifndef PIOS_I2C_PRIV_H
26 #define PIOS_I2C_PRIV_H
27 
28 #include <pios.h>
29 
30 int32_t PIOS_I2C_Init(pios_i2c_t *i2c_id, const char *path);
31 
32 #endif /* PIOS_I2C_PRIV_H */
Main PiOS header to include all the compiled in PiOS options.
int32_t PIOS_I2C_Init(pios_i2c_t *i2c_id, const char *path)
struct pios_i2c_adapter * pios_i2c_t
Definition: pios_i2c.h:48