EL Driver: Removing Grove Dependency

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

View File

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