This website requires JavaScript.
Explore
Help
Register
Sign In
Raspberries
/
mraa
Private
Public Access
Watch
2
Star
0
Fork
0
You've already forked mraa
Code
Activity
Files
791c4b4d71d9639631e46d1fba0f0f5aaeca110b
mraa
/
src
/
maa.i
9 lines
102 B
OpenEdge ABL
Raw
Normal View
History
Unescape
Escape
maa: Refactor maa build system and partly implement i2c * API headers moved to api/ * smbus file added from libi2c and kernel i2c header cleaned up * fix compilation of swig and use i2c.h header Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-10 16:53:19 +01:00
%
{
#
i
n
c
l
u
d
e
"maa.h"
%
}
maa.i: remove dependancy on -includeall and specifiy which headers to include in maa.i
2014-04-10 11:05:40 +01:00
%
i
n
c
l
u
d
e
"maa.h"
maa: Refactor maa build system and partly implement i2c * API headers moved to api/ * smbus file added from libi2c and kernel i2c header cleaned up * fix compilation of swig and use i2c.h header Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-10 16:53:19 +01:00
%
i
n
c
l
u
d
e
"i2c.h"
i2cslave: first possibly working implementation of i2cslave api Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-11 15:46:27 +01:00
%
i
n
c
l
u
d
e
"i2cslave.h"
gpio: enable very basic gpio control from swig Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-10 18:00:50 +01:00
%
i
n
c
l
u
d
e
"gpio.h"
Copy Permalink