Grove: Reverting Grove sources

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-09-13 16:32:04 -07:00
committed by Noel Eck
parent 67848a7a5c
commit a9883bd1f2
76 changed files with 2967 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_groveo2
%include "../upm.i"
%feature("autodoc", "3");
%include "groveo2.hpp"
%{
#include "groveo2.hpp"
%}