Private
Public Access
2
0

swig: name functions explicitly and use %extend to convert _context structs to objects

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-01 15:27:34 +01:00
parent 4129d4e16d
commit 201e22f922
2 changed files with 87 additions and 7 deletions

View File

@@ -6,8 +6,6 @@
#include "spi.h"
%}
%rename(get_version) maa_get_version();
%include "maa.h"
%include "gpio.h"
%include "pwm.h"
%include "i2c.h"
%include "spi.h"