Private
Public Access
2
0
Files
mraa/src/python/pymaa.i
Brendan Le Foll dc68f40a26 pydoc: add full generation of pydoc for pymaa
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-29 16:33:59 +01:00

15 lines
233 B
OpenEdge ABL

%module(docstring="Python interface to libmaa") pymaa
%rename("%(strip:[maa_])s") "";
%feature("autodoc", "1");
#ifdef DOXYGEN
%include maa_doc.i
%include gpio_doc.i
%include i2c_doc.i
%include pwm_doc.i
#endif
%include ../maa.i