Private
Public Access
2
0

python: fix examples and add maa_init() call in swig

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-02 14:08:49 +01:00
parent 71ab4f4d5b
commit 3e0d0c8241
6 changed files with 14 additions and 15 deletions

View File

@@ -74,5 +74,5 @@ if (SWIG_FOUND)
include (${SWIG_USE_FILE})
add_subdirectory (python)
add_subdirectory (javascript)
# add_subdirectory (javascript)
endif ()

View File

@@ -9,6 +9,8 @@
%rename(get_version) maa_get_version();
const char * maa_get_version();
%rename(init) maa_init();
int maa_init();
#### GPIO ####