maa: Initial commit of maa, a python and nodejs I2C skeleton only
This commit is contained in:
8
src/javascript/maajs.i
Normal file
8
src/javascript/maajs.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module maajs
|
||||
%{
|
||||
#include "maa.h"
|
||||
%}
|
||||
|
||||
%include <node.i>
|
||||
|
||||
%include ../maa.i
|
||||
Reference in New Issue
Block a user