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,8 @@
%module jsupm_electromagnet
%include "../upm.i"
%{
#include "electromagnet.hpp"
%}
%include "electromagnet.hpp"