Grove: Reverting Grove sources
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
11
src/groveemg/pyupm_groveemg.i
Normal file
11
src/groveemg/pyupm_groveemg.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_groveemg
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "groveemg.hpp"
|
||||
%{
|
||||
#include "groveemg.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user