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