Electromagnet: Remove Grove Dependency

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-09-13 11:58:56 -07:00
committed by Noel Eck
parent 84f402abd9
commit f4315db035
12 changed files with 52 additions and 52 deletions

View File

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